home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / s / spat < prev    next >
AmigaDOS Script File  |  1991-10-17  |  229b  |  11 lines

  1. .key com/a,pat/a,opt1,opt2,opt3,opt4
  2. failat 21
  3. list >t:q<$$> <pat> lformat="<com> *"%s%s*" <opt1> <opt2> <opt3> <opt4>"
  4. IF NOT FAIL
  5. execute t:q<$$>
  6. ELSE
  7. echo "<pat> not found"
  8. ENDIF
  9. failat 10
  10. ;do wildcards for single arg command
  11.