home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #9 / cdd0995.iso / moelight / start.bat < prev   
DOS Batch File  |  1995-04-24  |  469b  |  25 lines

  1. @echo off
  2. cd {d}:\moelight
  3. black
  4. rem --- Installer_ändert_den_Temp-Pfad_hier! ---
  5. if not exist {p} mkdir {p} >nul
  6. set MOETMP={p}
  7. rem --- Hier_ist_die_letzte_Zeile_die_den_Temp-Pfad_vorgibt! ---
  8. mode co80
  9. checksys
  10. if errorlevel 1 goto fehler
  11. black
  12. set GO32=ansi
  13. set 387=NO
  14. psmshell {d}:cdintro -D{d}
  15. mode co80
  16. black
  17. psmshell {d}:moe %1 %2 -D{d}
  18. mode co80
  19. black
  20. psmshell {d}:cdoutro -D{d}
  21. mode co80
  22. black
  23. psmshell {d}:outro -D{d}
  24. mode co80
  25. :fehler