Use FileDir utility. Here is the link to download page and description http://www.softtreetech.com/24x7/archive/46.htm If for whatever reason you need something special use JAL script job or VBScript job. For JAL see FileDirEx in the online help (press the example button in that topic), for VBS tons of examples are available on the Internet : Is there a way to read a directory for the names of the files in that : directory and then use those file names as a parameter to a program that : you want to execute? : Example: Directory : File1.txt : File2.txt : File3.txt : Run Program.exe File1.txt : Run Program.exe File2.txt : Run Program.exe File3.txt
|