home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / convert / mod2zip / mod2zip.doc < prev    next >
Text File  |  1992-02-11  |  1KB  |  33 lines

  1. MOD2ZIP v1.2
  2.  
  3. MOD2ZIP is a utility to convert .MODs to .ZIPs
  4.  
  5. For all of you who have MOD2ZIP v1.0, I am very sorry about
  6. the bug!  It slipped by me during beta testing.  Apparently
  7. if you try to ZIP under 16 MODs the program is OK.  Between
  8. 16 and 18 some of the mods will be destroyed and nested ZIPS
  9. will occur.  Over 18 and the Program just ends.
  10.  
  11. What Happened?  Well I original wrote the program in MS PDS
  12. BASIC 7.1 and the program was enormous, not because of the
  13. amount of code I wrote but because of the way BASIC compiles
  14. its libraries.  Anyway I tried to modify the Compiler so it
  15. would only include the library commands I needed in the EXE
  16. well I thought I had it.  It seems I messed up the DIM
  17. statement so after a certain number the computer is just
  18. baffled.  I rewrote the program in C and really cut the size
  19. down and fully tested it!
  20.  
  21. Syntax:
  22.      For help on the DOS command line just type  MOD2ZIP /H
  23.  
  24.      MOD2ZIP [*.MOD]
  25.  
  26.      You can use wild characters etc.
  27.  
  28.      ie:  MOD2ZIP *.*   or   MOD2ZIP T*.NST   or
  29.           MOD2ZIP *.MOD  etc....
  30.  
  31. MOD2ZIP v1.2 is (C) Copyrighted 1991-1992 by Synchro-Graphix
  32. Software.  All Rights are Reserved.
  33.