home *** CD-ROM | disk | FTP | other *** search
- .key trgt
- .def trgt MSDOS_FileSystem:
- .bra {
- .ket }
-
- failat 100 ; return FAIL
-
- echo "Install a copy of the CrossDOS installation disk in one of the drives."
- echo "All changes are to be made to this disk."
- assign M: "{trgt}"
- if ERROR
- echo "CrossDOS installation disk not found."
- skip EXIT
- endif
-
- ; Copy new files
- copy Dr_CrossDOS#? to M:
- makedir >NIL: M:diag
- copy LFname#? to M:diag
-
- lab EXIT
- assign M:
-