home *** CD-ROM | disk | FTP | other *** search
- print "On which drive is your COMMAND.COM (don't type the colon)? ";
- wait:
- a$=inkey$
- if a$="" then wait:
- print a$
- path1$=a$+":"
- path2$=path1$+"\"
- path3$=path2$+"command.com"
- cls
- print "Use the DOS command EXIT to return to ASIC."
- call (path3$,"")
-
-