home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / WWIVMODS / MODSUNKN.ZIP / EXTRACT.MOD < prev    next >
Text File  |  1990-10-12  |  1KB  |  38 lines

  1. Clark S. Covey #1 @6972
  2. Wed May 16 20:21:48 1990
  3.     Do you (like myself) get tired of sorting my GFILES directory for messages 
  4. or mods I extracted while scanning the message bases?
  5.  
  6.     If so, here is a simple one line mod that allows you to extract to a 
  7. separate directory of your choice.
  8.  
  9.     In the near future, my best friend will be coming out with a mod that 
  10. enhances that capability considerably more.  In the mean time.......
  11.  
  12.     Load MSGBASE1.C and search for "void extract_out(char *b, long len)".
  13. A few lines down you will see the following:
  14.  
  15. .
  16. .
  17. if (s1[0]) {
  18.   strcpy(s2,syscfg.gfilesdir);
  19.   strcat(s2,s1);
  20. .
  21. .
  22. .
  23.  
  24.     Change the `strcpy' line to: "strcpy(s2,"C:\\BBS\\GFILES\\EXT");"
  25.  
  26. --> NOTE: Change the path within the quotes to whatever you desire, be sure 
  27. you place 2 (two) back slashes between each directory as indicated.  Also, 
  28. make sure you create the directory you specify in your source.
  29.  
  30.     Let me know if you have difficulties with it, which I doubt you will.
  31.  
  32. 1---2> 3clark 2<1---
  33.  
  34. 1WWIVNet Origin: 5COVEY'S CONCEPTS BBS
  35.                 2(619) 439-5131 1:: 3WWIVNet node @6972
  36.                 4Auto-val SysOps and new users!
  37.