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
Text File  |  1993-01-09  |  398b  |  13 lines

  1. echo "RDB-Tools (w) 1992 by Thomas 'FRITZ.T.C.' Friedrich"
  2. echo " "
  3. ask "WARNING: This will restore your RDBs! Continue (y/n) ?"
  4. if WARN
  5.     echo "Now restoring your RDBs..."
  6.     RestoreRDB <device name> ALL DF0:
  7. ;            ^^^^^^^^^^^^^
  8. ;            Enter the right device name here!
  9. ;            Hier den richtigen Device-Namen eingeben!
  10. ;
  11.     echo "All done. Please reboot from your HardDisk..."
  12. endif
  13.