home *** CD-ROM | disk | FTP | other *** search
- 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"
-