home *** CD-ROM | disk | FTP | other *** search
- QuietTD
- MOUNT DS0:
- DISKCHANGE DS0: ;for HD drives only
- ;If you want to boot from other units, simply change DS0: to DSx:
- ;If you don't have a C, L or LIBS directory on the DSD disk, put a ';'
- ;in front of the corresponding line.
- ASSIGN SYS: DS0:
- ASSIGN C: sys:c
- ASSIGN DEVS: sys:devs
- ASSIGN L: sys:l
- ASSIGN LIBS: sys:libs
- ASSIGN S: sys:s
- ASSIGN T: sys:t
- EXECUTE S:Startup-Sequence ;'boot' from DS0:
-