home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / misc / condios / condios.batch < prev    next >
AmigaDOS Script File  |  1998-05-09  |  260b  |  17 lines

  1. .key PATH/F
  2. .bra {
  3. .ket }
  4.  
  5. echo "Creating filelist..."
  6.  
  7. echo "Condios " noline >t:tmp.cd
  8. list files {PATH} lformat "echo *"%N *" noline >>t:tmp.cd" >t:tmp.cd2
  9.  
  10. execute t:tmp.cd2
  11. delete t:tmp.cd2 >nil:
  12.  
  13. echo "Viewing..."
  14.  
  15. execute t:tmp.cd
  16. delete t:tmp.cd >nil:
  17.