home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Windows Spiele / SOS-WIN_SPIELE.ISO / best_50 / caddr1.zip / SETUP.BAT < prev    next >
DOS Batch File  |  1993-10-01  |  2KB  |  65 lines

  1. @echo off
  2. if "%1"=="a" goto install
  3. if "%1"=="A" goto install
  4. if "%1"=="b" goto install
  5. if "%1"=="B" goto install
  6. if "%1"=="c" goto install
  7. if "%1"=="C" goto install
  8. if "%1"=="d" goto install
  9. if "%1"=="D" goto install
  10. if "%1"=="e" goto install
  11. if "%1"=="E" goto install
  12. if "%1"=="f" goto install
  13. if "%1"=="F" goto install
  14. if "%1"=="g" goto install
  15. if "%1"=="G" goto install
  16. if "%1"=="h" goto install
  17. if "%1"=="H" goto install
  18. echo ---
  19. echo [SETUP.BAT vom 01.10.1993]
  20. echo:
  21. echo Bitte geben Sie als ersten Parameter den Kennbuchstaben des Ziellaufwerkes
  22. echo ohne nachfolgenden Doppelpunkt an. Dieses SETUP arbeitet ausschließlich mit
  23. echo den Ziellaufwerken A bis H.
  24. echo:
  25. echo Beispiel:  SETUP D     erzeugt auf Laufwerk D: einen Ordner namens TSCADRAW
  26. echo                        und kopiert in diesen TommySoftware CAD/DRAW.
  27. echo ---
  28. goto end
  29. :install
  30. type setup.txt
  31. pause
  32. echo ---
  33. echo [SETUP.BAT vom 01.10.1993]
  34. echo:
  35. echo Entpacken der TommySoftware CAD/DRAW Diskette und kopieren nach %1:\tscadraw
  36. echo ---
  37. md %1:\tscadraw
  38. :wait1
  39. if exist tscd_b.exe goto copy1
  40. echo Bitte legen Sie die Diskette ein, die TSCD_B.EXE enthält!!!
  41. pause
  42. goto wait1
  43. :copy1
  44. tscd_b.exe %1:\
  45. :wait2
  46. if exist tscd_c.exe goto copy2
  47. echo Bitte legen Sie die Diskette ein, die TSCD_C.EXE enthält!!!
  48. pause
  49. goto wait2
  50. :copy2
  51. tscd_c.exe %1:\
  52. :wait3
  53. if exist tscd_d.exe goto copy3
  54. echo Bitte legen Sie die Diskette ein, die TSCD_D.EXE enthält!!!
  55. pause
  56. goto wait3
  57. :copy3
  58. tscd_d.exe %1:\
  59. echo ---
  60. copy %1:\tscadraw\system\laufw_%1.mpi %1:\tscadraw\tscadraw.mpi >NUL
  61. del %1:\tscadraw\file_id.diz >NUL
  62. del %1:\tscadraw\infos\file_id.diz >NUL
  63. del %1:\tscadraw\system\file_id.diz >NUL
  64. :end
  65.