home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 802.SCADD.BAT < prev    next >
DOS Batch File  |  1991-12-01  |  488b  |  19 lines

  1. @echo off
  2. if "%SCENROOT%"=="" goto L1
  3. :L0
  4. xcopy %SCENROOT%\%1\*.sc1 .
  5. xcopy %SCENROOT%\%1\*.dy1 .
  6. xcopy %SCENROOT%\%1\*.mod .
  7. shift
  8. if "%1" == "" goto L2
  9. goto L0
  10. :L1
  11. echo set environment variable SCENROOT before running this batch file:
  12. echo it should contain the full pathname of the parent directory
  13. echo of your scenery subdirectories. For example:
  14. echo.
  15. echo        set SCENROOT=\fs4\scenery
  16. echo.
  17. echo note: - the pathname needs a leading "\" but not a trailing "\"
  18. :L2
  19.