home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
d
/
desklib
/
!DeskLib
/
bin
/
ConvertSr2
next >
Wrap
Text File
|
1997-01-20
|
376b
|
11 lines
If "%1"="" Then Echo Usage:
If "%1"="" Then Echo C:Desk.bin.ConvertSrc |<infilespec> |<outfilespec>
If "%1"="" Then Echo Eg:
If "%1"="" Then Echo C:Desk.bin.ConvertSrc c0.* c.%1
If "%1"="" Then Echo - will convert all files in c0, and put into c
If "%1"="" Then Obey
Echo Running sed on %0, outputing to %1
<Obey$Dir>.Every2 -c %0 "sed -f <Obey$Dir>.SedScript %%0 > %1"