home *** CD-ROM | disk | FTP | other *** search
/ Unprotect 6 / Unprotect-6.0.iso / update / ldjoy / go.bat next >
Encoding:
DOS Batch File  |  1995-09-26  |  691 b   |  42 lines

  1. @echo off
  2. IF EXIST C:\SIERRA\DYNASTY\INSTALL.ASK GOTO LBC
  3. IF EXIST D:\SIERRA\DYNASTY\INSTALL.ASK GOTO LBD
  4. IF EXIST E:\SIERRA\DYNASTY\INSTALL.ASK GOTO LBE
  5. IF EXIST F:\SIERRA\DYNASTY\INSTALL.ASK GOTO LBF
  6. GOTO ERR
  7. echo installer la version de LAST DYNASTY avant
  8. GOTO FIN
  9. :LBC
  10. c:
  11. cd \
  12. cd sierra
  13. cd dynasty
  14. copy a:*.exe
  15. GOTO FIN
  16. :LBD
  17. d:
  18. cd \
  19. cd sierra
  20. cd dynasty
  21. copy a:*.exe
  22. GOTO FIN
  23. :LBE
  24. e:
  25. cd \
  26. cd sierra
  27. cd dynasty
  28. copy a:*.exe
  29. GOTO FIN
  30. :LBF
  31. f:
  32. cd \
  33. cd sierra
  34. cd dynasty
  35. copy a:*.exe
  36. GOTO FIN
  37. :ERR
  38.  @echo the install can't find LAST DYNASTY on your Hard disk
  39.  @echo for install the path type under DOS
  40.  @echo copy a:\*.exe [drive]\SIERRA\DYNASTY
  41. :FIN
  42.