home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / games / bunnies / BUNIRCOM.BAT next >
DOS Batch File  |  1994-11-17  |  686b  |  26 lines

  1. @ECHO OFF
  2. IF "%1"=="" GOTO HELP
  3. IF "%1"=="?" GOTO HELP
  4.  
  5. MD %1\APP
  6. MD %1\APP\BUNNIES
  7. COPY BUNNIES.OPA %1\APP
  8. COPY BUNNIES\*.PIC %1\APP\BUNNIES
  9. COPY BUNNIES\BUNNIES.LEV %1\APP\BUNNIES
  10. COPY *.PIC %1\APP\BUNNIES
  11. COPY BUNNIES.LEV %1\APP\BUNNIES
  12. GOTO THEEND
  13.  
  14. :HELP
  15. ECHO ------------------------------------------------
  16. ECHO Bunnies copy utility
  17. ECHO Must be run under RCom
  18. ECHO Use BuniRCom remoteDrive:
  19. ECHO Example bunircom 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 BUNNIES, the files could be in
  22. ECHO different places.
  23. ECHO -------------------------------------------------
  24. :THEEND
  25. @ECHO ON
  26.