home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / d / desklib / !DeskLib / bin / ConvertSr2 next >
Text File  |  1997-01-20  |  376b  |  11 lines

  1. If "%1"="" Then Echo Usage:
  2. If "%1"="" Then Echo C:Desk.bin.ConvertSrc |<infilespec> |<outfilespec>
  3. If "%1"="" Then Echo Eg:
  4. If "%1"="" Then Echo     C:Desk.bin.ConvertSrc c0.* c.%1
  5. If "%1"="" Then Echo - will convert all files in c0, and put into c
  6. If "%1"="" Then Obey
  7.  
  8. Echo Running sed on %0, outputing to %1
  9.  
  10. <Obey$Dir>.Every2 -c %0 "sed -f <Obey$Dir>.SedScript %%0 > %1"
  11.