home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / sound2 / movzm10.zip / MOVZM10.DOC next >
Text File  |  1993-06-13  |  3KB  |  80 lines

  1. Program:        S3 Move ZIPped .MODs (MOVZM.EXE)
  2. Date:           06/13/93
  3. Version:        1.00
  4. Author:         George Spafford
  5.  
  6. Purpose:
  7.  
  8. To allow a user to process a large directory of .ZIP files and MOVE the .ZIP
  9. files that contain .MODs.
  10.  
  11.  
  12. Install:
  13.  
  14. You can place MOVZMOD.EXE anywhere in your PATH that you want to - you can even
  15. rename the MOVZMOD.EXE file if you want to.
  16.  
  17. MOVZMOD MUST BE ABLE TO FIND PKZIP.EXE AND A MOVE PROGRAM WHEN IT RUNS.
  18.  
  19. MOVZMOD uses PKWare's PKUNZIP program to view the .ZIP files.  Thus, it must be
  20. able to find PKZIP.EXE.  It also uses an external MOVE command.  Norton's NDOS
  21. supports MOVE, DOS 6.0 supports MOVE and there are tons of public domain and
  22. shareware MOVE programs available.  Pick one, make sure it is called with the
  23. syntax of:      MOVE source.fil targetdir
  24.  
  25. Procedure:
  26.  
  27. MOVZMOD is run entirely from the command line.  Its usage is:
  28.  
  29.         MOVZMOD sourcespec targetspec
  30.  
  31.         sourcespec      this is the file specification.  For example:
  32.                         C:\DL\*.ZIP
  33.                         *.ZIP
  34.                         NEWMOD.ZIP
  35.                         ATROLYTE.ZIP
  36.                         A*.ZIP
  37.                         and so on
  38.  
  39.         targetspec      this is the directory where you want the matching
  40.                         files to be moved to.  For example:
  41.                         C:\MOD
  42.                         D:\HOLD
  43.                         C:\MUSIC\MOD\ZIP
  44.                         Do NOT use a trailing back slash.
  45.  
  46.         MOVZMOD E:\DL\*.ZIP E:\MOD
  47.  
  48.         The above example searches all .ZIP files in the E:\DL directory.
  49.         Any matches that it finds will be moved to the E:\MOD directory.
  50.  
  51. History:
  52.  
  53. 06/13/93        v1.0    Initial shareware release.
  54.          
  55. Please Register Me:
  56.  
  57. MOVZMOD is shareware.  As such, you can use it for 30 days.  If you continue
  58. to use the program after this period, you must register it in order to continue
  59. using it legally.  MOVZMOD is $10 U.S. per copy.
  60.  
  61. Please make payments in US Currency (no cash please) to:
  62.  
  63.         George Spafford
  64.         3003 Lakeshore Drive #216
  65.         Saint Joseph, MI 49085
  66.  
  67. Unless required, notification of receipt will not be sent.        
  68. Comments and/or questions are always welcome.  I can be reached via the mail,
  69. EXEC-PC, Channel One, Michigan OnLine, or Queued Access:
  70.  
  71. Michigan Online BBS  19200-8-N-1         616-429-3414  Zeke Torres Sysop
  72.  
  73. MOVZMOD IS DISTRIBUTED AS IS.  THE AUTHOR (GEORGE SPAFFORD) MAKES NO
  74. WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  75. WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, WITH 
  76. RESPECT TO THIS SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL THE AUTHOR 
  77. BE LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST SAVINGS, OR ANY OTHER 
  78. INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF OR THE INABILITY 
  79. TO USE THIS PROGRAM.
  80.