home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if exist c:\win\win.com goto start
- if exist c:\win31\win.com goto start
- if exist c:\windows\win.com goto start
- cls
- echo *
- Echo "Kunne ikke finde Windows på C drevet"
- Echo "skriv venligst komplet drev og sti til Windows (f.eks. C:\WINDOWS)"
- get26 SE
- if exist %GET%\WIN.COM goto ok4
- cls
- echo *
- Echo "Kontroller venligst at den rigtige sti blev intastet"
- Echo "Det indtastede er "%GET%""
- Echo "Husk at der ikke skal være noget \ efter stien"
- pause
- goto exit
- :start
- WIN %1:\START\runtime\WINMENU.exe
- :exit
-