Äîêóìåíò âçÿò èç êýøà ïîèñêîâîé ìàøèíû. Àäðåñ îðèãèíàëüíîãî äîêóìåíòà : http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/lan/QINSTALL/QUICKNW.MSG
Äàòà èçìåíåíèÿ: Thu Feb 10 20:23:00 1994
Äàòà èíäåêñèðîâàíèÿ: Thu Jan 15 14:58:33 2009
Êîäèðîâêà:
goto @arg1@
:* %VER3C5X9 quicknw.msg v1.0d

:banner
write echo c:\quickins.log "This procedure will automatically install NetWare DOS client software and \n"
write echo c:\quickins.log "update your CONFIG.SYS and AUTOEXEC.BAT startup files so NetWare will start \n"
write echo c:\quickins.log "when you boot your machine. If ""3Install"" has been installed on your NetWare\n"
write echo c:\quickins.log "file server this procedure will also check for more up to date software on your\n"
write echo c:\quickins.log "NetWare file server.\n"
write echo c:\quickins.log "\n"
write echo c:\quickins.log "Please be aware that some drivers and TSRs may cause this procedure to fail. If\n"
write echo c:\quickins.log "you encounter problems, try removing unneeded drivers and TSRs before running\n"
write echo c:\quickins.log "this procedure again.\n"
write echo c:\quickins.log "\n"
write echo c:\quickins.log "If you are not running NetWare, access the installation procedure appropriate\n"
write echo c:\quickins.log "for your network operating system (NOS) located elsewhere on this diskette. If\n"
write echo c:\quickins.log "drivers for your particular NOS are not available on this diskette, refer to\n"
write echo c:\quickins.log "the manuals supplied with your NOS for instructions on downloading drivers.\n"
write echo c:\quickins.log "For further instructions on installing drivers of other NOSs that are available\n"
write echo c:\quickins.log "on this diskette, check the ReadMe files on this diskette.\n"
write echo c:\quickins.log "\n"
write echo c:\quickins.log "This procedure requires the use of Novell licensed software. By running this\n"
write echo c:\quickins.log "procedure, you agree to abide by the Novell license regarding NetWare client\n"
write echo c:\quickins.log "software for DOS.\n"
write echo c:\quickins.log "\n"
write echo c:\quickins.log "If you agree to the Novell license, press Y.\n"
write echo c:\quickins.log "Press any other key to cancel this procedure. Choice: "
read flush key response
if equal "y" "@response@" continue
write echo c:\quickins.log "N\n"
abort 1
:continue
write echo c:\quickins.log "Y\n\n"
abort 0

:makeTemp
write echo c:\quickins.log "AutoLink installation is starting up.\n"
write echo c:\quickins.log "\n"
abort 0

:tempDirectory
write echo c:\quickins.log "èììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììì»\n"
write echo c:\quickins.log "º The temporary directory C:\\QUICKNW.3CM could not be created. º\n"
goto correct

:fileCopy
write echo c:\quickins.log "èììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììì»\n"
write echo c:\quickins.log "º An error occurred while copying files to the temporary directory º\n"
write echo c:\quickins.log "º C:\\QUICKNW.3CM from the floppy. º\n"
goto correct

:dirNotEmpty
write echo c:\quickins.log "èììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììì»\n"
write echo c:\quickins.log "º The temporary directory C:\\QUICKNW.3CM is not empty and could not be º\n"
write echo c:\quickins.log "º deleted. Check the contents of the directory and remove what is not º\n"
write echo c:\quickins.log "º needed, then delete the directory. º\n"
goto pause


:correct
write echo c:\quickins.log "º º\n"
write echo c:\quickins.log "º Please correct the problem and run Auto Install again. º\n"

:pause
write echo c:\quickins.log "õììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììììì¼\n"
write c:\quickins.log "\n"
write "Press any key to continue . . ."
read flush key keystroke
write "\n\n"

:done
abort 0