home *** CD-ROM | disk | FTP | other *** search
- /* Rexx =====================================================================*/
- /* Personally Safe'n'Sound Tape Backup Interface */
- /*---------------------------------------------------------------------------*/
- /* Author: Bruce Nash, Warwick Development Group, IBM (UK) Ltd */
- /* Creation Date: 21/Feb/93 */
- /*---------------------------------------------------------------------------*/
- /* (C) Copyright IBM Corp. 1993. All rights reserved. */
- /*===========================================================================*/
- /*---------------------------------------------------------------------------*/
- /* We are passed the name of the target file, and the name of the backup */
- /*---------------------------------------------------------------------------*/
- Arg Target BatchFileName
- /*---------------------------------------------------------------------------*/
- /* Restore the file using OS2TAPE */
- /*---------------------------------------------------------------------------*/
- "F:\OS2TAPE\OS2TAPE RESTORE /w 1 /m 1 /t "Target" /s "BatchFileName