SCOUG-HELP Mailing List Archives
Return to [ 03 |
August |
2002 ]
<< Previous Message <<
>> Next Message >>
=====================================================
If you are responding to someone asking for help who
may not be a member of this list, be sure to use the
REPLY TO ALL feature of your email program.
=====================================================
In <0H0700IIMCCCGN@mta7.pltn13.pbi.net>, on 08/02/02
at 01:43 AM, sshapiro@ucsd.edu (Sandy Shapiro) said:
>In the meantime, BackAgain 2000 is more flexible than I realized. My
>command line looks like this:
>clback -ir c:\* -d h:\cfull.dat -name Cback -compare
>One other possibility is to use REXX, if I can figure it out, to change
>the file name automatically: i.e: cfull.dat to cfull1.dat, dfull.dat to
>dfull1.dat, etc. etc.
I would probably derive the names based on the data, but Dallas's
suggestion of SysTempName would work. A really simple REXX implementation
would be:
/* rexx */
'clback -ir c:\* -d ' || SysTempFileName('h:\cfull??.dat') || ' -name
Cback -compare'
... etc ...
|| is the concatenation operator. REXX evaluates the expression and passes the result to cmd.exe.
Steven
--
---------------------------------------------------------------------
"Steven Levine" MR2/ICE 2.31a #10183 Warp4/FP15/14.085_W4
www.scoug.com irc.webbnet.org #scoug (Wed 7pm PST)
---------------------------------------------------------------------
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
<< Previous Message <<
>> Next Message >>
Return to [ 03 |
August |
2002 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|