home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 2 #3 / The_SelectWare_System_Series_1_Volume_2_Number_3_Selectware.iso / kno10001 / go.bat next >
DOS Batch File  |  1990-02-09  |  430b  |  20 lines

  1. @echo off
  2. cls
  3. if '%1'=='' goto noarg
  4. if '%2'=='' goto noarg
  5. echo Copying temporary files...
  6. %1:
  7. md \kno10001
  8. cd \kno10001
  9. %2:\kno10001\pkxarc %2:\kno10001\tempfilz > nul
  10. %2:\kno10001\nlm
  11. erase *.* < Y > nul
  12. cd\
  13. rd kno10001
  14. %2:
  15. goto end
  16. :noarg
  17. echo Please type "X:\KNO10001\DEMO Y X", where X is the drive letter of your CD-ROM
  18. echo and Y is the letter of your writable drive (for temporary files).
  19. goto end
  20. :end