home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / emulator / dr_cross.lzh / execute.me < prev    next >
Encoding:
AmigaDOS Script File  |  1991-04-23  |  430 b   |  23 lines

  1. .key trgt
  2. .def trgt MSDOS_FileSystem:
  3. .bra {
  4. .ket }
  5.  
  6. failat 100   ; return FAIL
  7.  
  8. echo "Install a copy of the CrossDOS installation disk in one of the drives."
  9. echo "All changes are to be made to this disk."
  10. assign M: "{trgt}"
  11. if ERROR
  12.     echo "CrossDOS installation disk not found."
  13.     skip EXIT
  14. endif
  15.  
  16. ;   Copy new files
  17. copy Dr_CrossDOS#? to M:
  18. makedir >NIL: M:diag
  19. copy LFname#? to M:diag
  20.  
  21. lab EXIT
  22. assign M:
  23.