home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 3: The Continuation
/
17-Bit_The_Continuation_Disc.iso
/
files
/
2506.dms
/
2506.adf
/
RDB-TOOLS
/
S
/
startup-sequence
Wrap
Text File
|
1993-01-09
|
398b
|
13 lines
echo "RDB-Tools (w) 1992 by Thomas 'FRITZ.T.C.' Friedrich"
echo " "
ask "WARNING: This will restore your RDBs! Continue (y/n) ?"
if WARN
echo "Now restoring your RDBs..."
RestoreRDB <device name> ALL DF0:
; ^^^^^^^^^^^^^
; Enter the right device name here!
; Hier den richtigen Device-Namen eingeben!
;
echo "All done. Please reboot from your HardDisk..."
endif