home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / applications / artikelfinders / liam / liamhdinstall < prev    next >
Text File  |  1995-07-10  |  529b  |  23 lines

  1. .bra {
  2. .ket }
  3. TYPE Liam:S/HDINSTALL1.MSG
  4. ASK "Wollen Sie eine Standardinstallation auf DH0: (Y/N) ?"
  5. If Warn
  6.     Skip Standard
  7. Else
  8.     Ask "*n*nWollen Sie LIAM auf einer anderen Partition und/oder*nVerzeichnis installieren (Y/N) ?"
  9.     If warn
  10.         C:NEWCLI "CON:0/5/610/170/HARD DISK INSTALL" from liam:s/typemsg2
  11.      endcli
  12.     Endif
  13.     Skip End
  14. Endif
  15. Lab Standard
  16. copy liam:devs/adam-Configuration.dh0 to devs:adam-configuration quiet
  17. execute liaminstall dh0:
  18. endcli
  19. Lab End
  20. echo "*n*nInstallation wurde abgebrochen !!!"
  21. wait 5
  22. endcli
  23.