home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BM0406_A.ZIP / RCHAT401.ZIP / BAS2MOD.ZIP / BAS2MOD.DOC next >
Text File  |  1992-09-14  |  2KB  |  57 lines

  1. Bas2Mod  Copyright (c) 1992 by John Morris
  2.  
  3. Bas2Mod - Creates a RBBS-VAR.MOD file from a RBBS-VAR.BAS file.
  4.           It operates in a similar manner as VARMOD pgm by Tom
  5.           Collins to create a MOD file for his ANSI editor mod.
  6.           Bas2Mod, however, is not limited to any specific variable
  7.           names.
  8.  
  9. If you are an author of a set of merges which needs to use a modified
  10. version of RBBS-VAR.BAS, and you would like to include BAS2MOD to
  11. automate the process, you are free to do so, as long as you include
  12. the complete BAS2MOD.ZIP file.
  13.  
  14. About BAS2MOD
  15. -------------
  16.  
  17. Some of the popular RBBS mods use a RBBS-VAR.MOD file. It is a modified
  18. version of an RBBS-VAR.BAS file, with the DEF FN statement remarked out.
  19. Also, many mods add variables to the RBBS-VAR.BAS file.  Bas2Mod will
  20. do both for you.
  21.  
  22. Run Bas2Mod with no command line parameters to create a .MOD file from
  23. your .BAS file:
  24.  
  25. C:\>BAS2MOD
  26.  
  27. To have Bas2Mod add variables to both your RBBS-VAR.BAS file, and your
  28. RBBS-VAR.MOD file you put the variable names on the command line like so:
  29.  
  30. C:\>BAS2MOD ZAvailableForChat ZFullScreenEditor
  31.  
  32. This will add the two variables to the files. Case is significant!
  33.  
  34. The command line is limited to 128 characters, so if you need to you can
  35. run Bas2Mod as many times as needed to add all of your variables.
  36.  
  37. Bas2Mod will not add variables more than once! If you input a variable on
  38. the command line which is already in the BAS file, BAS2MOD will leave it
  39. alone.
  40.  
  41.  
  42. No Warranties!  Back-up your important data often!
  43.  
  44.   Written By:
  45.   John Morris
  46.   TradeWars Software
  47.  
  48.   I can be reached on my BBS:
  49.   The Abandoned Land
  50.   (702)359-1303  Voice  (limited hours..  I work evenings..)
  51.   (702)359-1138  Strictly V32
  52.   (702)359-0629  USR-HST
  53.  
  54.   RBBS-NET 8:919/1 or 2   Fidonet 1:213/760 or 761
  55.  
  56. Bas2Mod  Copyright (c) 1992 by John Morris
  57.