home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 1 / amigaformatcd01.iso / s / ppdoctoced < prev    next >
AmigaDOS Script File  |  1996-04-30  |  166b  |  11 lines

  1. .key File/a
  2. .bra {
  3. .ket }
  4.  
  5. Set TFile T:`BaseName {File} .pp`
  6. DeCrunch {File} T:
  7. Ed $TFile
  8. Wait 2    ; if Ced is not yet loaded, wait before deleting file
  9. Delete $TFile
  10.  
  11.