home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / games / morace / HMRCOM.BAT < prev    next >
DOS Batch File  |  1994-10-11  |  674b  |  26 lines

  1. @ECHO OFF
  2. IF "%1"=="" GOTO HELP
  3. IF "%1"=="?" GOTO HELP
  4.  
  5. MD %1\APP
  6. MD %1\APP\MORACE
  7. COPY MORACE.OPA %1\APP
  8. COPY MORACE\*.PIC %1\APP\MORACE
  9. COPY MORACE\HMLEVELS.LEV %1\APP\MORACE
  10. COPY *.PIC %1\APP\MORACE
  11. COPY HMLEVELS.LEV %1\APP\MORACE
  12. GOTO THEEND
  13.  
  14. :HELP
  15. ECHO ------------------------------------------------
  16. ECHO Morace copy utility
  17. ECHO Must be run under RCom
  18. ECHO Use hmrcom remoteDrive:
  19. ECHO Example hmrcom l:
  20. ECHO Dont worry too much if you see a lot of file not found messages -
  21. ECHO depending on how you have unzipped MORACE, the files could be in
  22. ECHO different places.
  23. ECHO -------------------------------------------------
  24. :THEEND
  25. @ECHO ON
  26.