home *** CD-ROM | disk | FTP | other *** search
/ IBM CD Showcase / OS2_CD_ROM.iso / smce0001 / psns / demo / os2 / restore.cmd < prev   
Encoding:
Text File  |  1993-03-01  |  1.2 KB  |  17 lines

  1. /* Rexx =====================================================================*/
  2. /* Personally Safe'n'Sound Tape Backup Interface                             */
  3. /*---------------------------------------------------------------------------*/
  4. /* Author: Bruce Nash, Warwick Development Group, IBM (UK) Ltd               */
  5. /* Creation Date: 21/Feb/93                                                  */
  6. /*---------------------------------------------------------------------------*/
  7. /* (C) Copyright IBM Corp. 1993. All rights reserved.                        */
  8. /*===========================================================================*/
  9. /*---------------------------------------------------------------------------*/
  10. /* We are passed the name of the target file, and the name of the backup     */
  11. /*---------------------------------------------------------------------------*/
  12. Arg Target BatchFileName
  13. /*---------------------------------------------------------------------------*/
  14. /* Restore the file using OS2TAPE                                            */
  15. /*---------------------------------------------------------------------------*/
  16. "F:\OS2TAPE\OS2TAPE RESTORE /w 1 /m 1 /t "Target" /s "BatchFileName
  17.