home *** CD-ROM | disk | FTP | other *** search
/ Midnite Mess 2 / Midnite Mess - Issue 2 (1993-03-27)(Dark Demon)(Disk 1 of 2).adf / InstallMM < prev    next >
Encoding:
Text File  |  1993-03-26  |  2.0 KB  |  46 lines

  1. cd :c/ >NIL:
  2. FailAt 30
  3. Echo "*N*e[1m*e[31m*e[3m        MIDNITE MESS #2 INSTALLER v1.0*e[0m*N*N   To run Midnite Mess from Workbench you need a *N   complete installen WB and 1.5M free RAM.*N   There can be problems if you only have *N   512K Chip-Mem.*N*NEnter path you want to install Midnite Mess to:"
  4. Assign >NIL: MM: ?
  5. IF ERROR
  6.  Echo "ERROR: Unable to find path..."
  7.  skip Ende
  8. ENDIF
  9. Makedir >NIL: MM:MidniteMess
  10. FailAt 10
  11. Echo "Copying Mainprogramm..."
  12.  Copy >NIL: "Midnite Mess #2 Disk A:MM" TO MM:
  13. Echo "Creating Startup-File..."
  14.  
  15. Ask "Have you got Kickstart 3.0 (A1200/A4000) (Y/N)?"
  16. IF WARN
  17.   Echo >MM:MidniteMess2 "; Midnite Mess Startup-File v1.0 © by Fleg/TDD*N; (Kick 3.0 only!!)*N*N*N*N*N*NEcho *"**N     Loading Midnite Mess...*"*NFailAt 50*NAssign >NIL: MM: *"*"*NAssign DEVS: MM:MidniteMess/System/*NAssign >NIL: *"Midnite Mess #2 Disk A:*" MM:*NAssign >NIL: *"Midnite Mess #2 Disk B:*" MM:*NMM:MM*NAssign DEVS: SYS:Devs/"
  18.  Echo "Copying Drivers and System..."
  19.  Makedir >NIL: MM:MidniteMess/System
  20.  Copy >NIL: "Midnite Mess #2 Disk A:devs/" TO MM:MidniteMess/System/ ALL
  21.  Copy >NIL: "Midnite Mess #2 Disk A:l/Port-Handler" TO MM:MidniteMess/System/ 
  22. ELSE
  23.  Echo >MM:MidniteMess2 "; Midnite Mess Startup-File v1.0 © by Fleg/TDD*N*NEcho *"**N     Loading Midnite Mess...*"*NFailAt 50*NAssign >NIL: MM: *"*"*NAssign >NIL: *"Midnite Mess #2 Disk A:*" MM:*NAssign >NIL: *"Midnite Mess #2 Disk B:*" MM:*NMM:MM"
  24. ENDIF
  25.  
  26. IF NOT EXISTS Libs:powerpacker.library
  27.  Echo "Copying Powerpacker.library..."
  28.  Copy >NIL: "Midnite Mess #2 Disk A:Libs/powerpacker.library" TO LIBS:
  29. ELSE
  30.  Echo "Powerpacker.library exists..."
  31. ENDIF
  32.  
  33.  Copy >NIL: "Midnite Mess #2 Disk A:StartMM.info" TO MM:MidniteMess2.info
  34. Echo "Copying Disk A..."
  35.  Copy >NIL: "Midnite Mess #2 Disk A:MidniteMess/" TO MM:MidniteMess/ ALL
  36. Echo "Copying Disk B..."
  37.  Copy >NIL: "Midnite Mess #2 Disk B:MidniteMess/" TO MM:MidniteMess/ ALL
  38. Echo "Copying UserSoundFile..."
  39.  Copy >NIL: "Midnite Mess #2 Disk B:UserSoundFile" TO MM:
  40. Echo "Now reboot your Amiga..."
  41.  
  42.  
  43. Lab Ende
  44. Echo "Done.*n"
  45. Ask "Press any key..."
  46.