home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 195 / DRD6UPDT.ZIP / CREATE.BAT next >
DOS Batch File  |  1993-04-08  |  262b  |  15 lines

  1. @ECHO OFF
  2. if "%1"=="" GOTO MESSAGE
  3. pkunzip -Jhsr -d MAR_UPD %1
  4. label %1UPDATE
  5. exit
  6. :message
  7. echo.
  8. echo.
  9. echo Usage: CREATE (drive)
  10. echo Where (drive) is the floppy drive that the files are to be copied to.
  11. echo.
  12. echo Example: CREATE A:
  13. echo.
  14. echo.
  15.