home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 1 / romside_best_of_german_only_1.iso / doshelp / xmenu / entpack.exe / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-03-28  |  2KB  |  46 lines

  1. @echo off
  2. cls
  3.  
  4. :=============================================================================
  5. :
  6. :      XMENU-Installationsprogramm  (c)  GERBER-DATENTECHNIK 7910 Neu-Ulm
  7. :
  8. :       Diese Befehle nicht löschen oder verändern! Auch nichts anhängen !
  9. :
  10. :=============================================================================
  11. if "%1"=="RUN" goto inst2 
  12. if not exist zubehoer.exe goto falschlw
  13. xmenu install.mdf
  14. xtmp1
  15. goto abbruch
  16. :=============================================================================
  17. :inst2
  18. if exist test.flg del test.flg > nul
  19. %comspec% /e:1024 /c install1 %XTMP%
  20. if exist test.flg goto exit
  21. :=============================================================================
  22. : nach erfolgreichem Start von command.com und install1 muß test.flg
  23. : existieren. Sonst Fehler, wenn das Programm hier landet
  24. echo Error: Kommandointerpreter (Command.com) nicht gefunden !
  25. echo  
  26. echo Sollte der "Command.com" nicht gefunden werden, so muß der Path und 
  27. echo eventuell die Variable COMSPEC entsprechend angepasst werden! Das ist 
  28. echo auch oft für andere Programme sinnvoll! (Speziell wenn öfters die 
  29. echo Meldung "Command.com nicht gefunden" kommt)
  30. goto exit
  31. :=============================================================================
  32. :falschlw
  33. echo Sie haben versucht die Installation nicht von dem Laufwerk zu starten,
  34. echo wo sich XMENU befindet.
  35. echo  
  36. echo Wechseln Sie bitte zuerst zum Laufwerk:
  37. echo  
  38. echo            Bsp.:    A: (RETURN)
  39. echo  
  40. echo und dann erst:      install (RETURN)
  41. :=============================================================================
  42. :exit
  43. if exist test.flg del test.flg > nul
  44. if exist demo.bat demo
  45. :abbruch
  46.