home *** CD-ROM | disk | FTP | other *** search
/ PC Play 1 / PCPLAY1.ISO / albion.bat < prev    next >
Encoding:
DOS Batch File  |  1996-08-30  |  232 b   |  21 lines

  1. @echo off
  2. cls
  3. IF EXIST c:\Albion\NUL GOTO GO
  4. call Find.bat Albion
  5. echo Installing Albion...
  6. md c:\Albion
  7. cd\
  8. cd\Albion
  9. XCOPY \Albion\*.* C:\Albion\ /S
  10. c:
  11. cd \
  12. cd \Albion
  13. setup
  14. :GO
  15. c:
  16. cd \
  17. cd \Albion
  18. Albion.exe
  19.  
  20.  
  21.