home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / MAKEFREQ.ZIP / MAKEFREQ.MOD < prev    next >
Encoding:
Text File  |  1993-08-09  |  1.1 KB  |  27 lines

  1.         You can modify MAKEFREQ very simply to do different things.
  2.         Here's how to do a few tricks.  You'll need a copy of A86, a
  3.         shareware assembler.  After making a change, run
  4.         A86 MAKEFREQ.8
  5.         Your new copy of MAKEFREQ.COM will be created which will contain
  6.         your changes.
  7.  
  8. 1) To change the name of the output file:
  9.           i) Open up MAKEFREQ.8 (the source code)
  10.          ii) Look down a little ways until you see:
  11.                 freqfile    db    'FREQ.DIR', 0
  12.         iii) Change FREQ.DIR to another MS-DOS valid filename, being
  13.              sure not to change anything else but the text inside the ''.
  14.  
  15. 2) To change the type of area to 'skip':
  16.           i) On lines 61 and 62 you'll see:
  17.                 AND    AL, 2
  18.                 JZ     FILELOOP
  19.          ii) If you change the JZ to JNZ then it will write the directory
  20.              only if FILE NOT FOUND is NOT set (IE, the area is set for
  21.              'not enough security' instead...)
  22.  
  23. 3) If you have any other requests (remembering that I'm not really
  24.    supporting this program) please let me know on Ezynet, in EZY_DEV.
  25.  
  26. Chad Robinson
  27.