home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / WWIVMODS / MODSUNKN.ZIP / SHRINK1.MOD < prev    next >
Text File  |  1990-04-19  |  2KB  |  87 lines

  1. Sysop Louis #1 @2361
  2. Tue Apr 17 07:31:11 1990
  3. RE: Question --
  4.  
  5. Mr. Rogers #1 @4700
  6. Fri Feb 09 06:12:08 1990
  7. 3RE:2 Shrink commands
  8.  
  9. Kinjite #5 @3350
  10. Sun Nov 05 19:44:13 1989
  11. Thank you Wayne for responding as fast as you did with a fix for the shrink 
  12. problems.  I was having problems with batch files and using the shrink 
  13. function, Im sure others are as well.  well heres the fix from wayne bell.
  14.  
  15. he said that the bbs probably isnt calling command.com correctly, so heres 
  16. what ya do: if you have the source, edit bbsutil1.c and search for shrink_out. 
  17. it will be called twice in the function run_chain. add a ,1 on the parameter 
  18. list for each time it is called, so it will have
  19.  
  20. shrink_out(s,1,0,1,1);
  21.  
  22. and
  23.  
  24. shrink_out(s,1,1,1,1);
  25.  
  26.  
  27. and recompile!, it worked for me!  Dan, sysop 007'S AFTERBURNER 313-478-5836 
  28. 9600 HAYES!, AND MAYBE THE NEW ULTRA !!!!!!!!!!
  29. Lord Samos #1 @8412
  30. Thu Jan 04 06:42:45 1990
  31. Title responded to: Shrink for net
  32. Message By: Allen #15 @3661
  33.  
  34.  
  35.                       Another Easy mod from the guys at @8412
  36.                                The Alliance.
  37.  
  38. Well some people have tried all kinds of way to do this all you need
  39. do is change what you have to what i have.
  40. ok heres where the code is.
  41.  
  42. Load up sysopf1.c
  43.  
  44. search for do_callout(int sn)
  45.  
  46. go on down to you see
  47.  
  48. deleat this line.
  49.  
  50. run_external(s);
  51.  
  52. insert this line.
  53.  
  54. shrink_out(s,0,0,0,0);
  55.  
  56. /* the s if the varable for the file to run.*/
  57. first 0 is is there a user logged on no. second 0 is do you want the bbs to
  58. intercept DOS calls. The 3rd 0 is do you want to enable CTRL C no, and
  59. the last is do you want to run a command.com /c filename. it will
  60. not shrink if thats set to one. It will pop up a DATA not found, if you do.
  61.  
  62.  
  63. Ok that was to shrink when your bbs calls another, what if your bbs is
  64. called by the other.
  65.  
  66. Load up BBSUTL.C
  67.  
  68. SEARCH FOR NETWORK
  69.  
  70. then where you see a run_external1(s); dleate that
  71. insert shrink_out(s,0,0,0,0);
  72.  
  73. and you will be in business.
  74.  
  75. This was fun trying to figure out.
  76.  
  77. Well another easy mod by Lord Samos
  78. 1@8412
  79. The Alliance
  80. Auto valadation of WWIV SYSOPS.
  81. (804)598-7659
  82. Be looking for my WFSED full screen editor comming soon!
  83.  
  84. Have Fun,
  85.  
  86.           LORD SAMOS
  87.             1@8412