home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 12 / MA_Cover_12.iso / internet / htmluploader / dateexec next >
Encoding:
AmigaDOS Script File  |  1999-02-16  |  248 b   |  10 lines

  1. .KEY command/a,directory/a,day/a,dte/a,time/a,pattern,to/k,all/s
  2. .BRA {
  3. .KET }
  4. .DEF pattern "#?"
  5.  
  6. list >T:dateexec.{$$} {directory}/{pattern} since {dte} LFORMAT="{command} %S%S {to}%S%S" FILES {all}
  7. execute T:dateexec.{$$}
  8. delete T:dateexec.{$$}
  9.  
  10.