Hi, I have to daily convert image files (tiff & EPS) that are in a folder to jpeg low res. I have done a Photoshop droplet (kind of macro) that will do it, but I have to select the files and drop them on top of the icon for it to work.
I want to create a script that can do this, but so far I can't find a way to create a reliable script: if I use the record function it will fail if the window moves or the icon is moved.
I can't find a command that will:
select all files but one (the .exe)
drop them all over the icon (or open them with the specific.exe)
Is there a way? I tried GetFileList> and Repeat> with no avail.
thanks
Jav
Executing files with different program
Moderators: JRL, Dorian (MJT support)
This thread contains an example I wrote of a GetFileList / Repeat routine.
http://www.mjtnet.com/usergroup/viewtopic.php?t=310
You can probably just add a condition in there to see if the file is not ".exe".
I think the "Drag a file on to an icon" is exactly the same to launching whatever program the icon represents, followed by a space, then file path/filename of whatever you dropped on to it. So just look at the properties of the icon, and you can use that, and the filename of what you dropped on to it in a Run>
http://www.mjtnet.com/usergroup/viewtopic.php?t=310
You can probably just add a condition in there to see if the file is not ".exe".
I think the "Drag a file on to an icon" is exactly the same to launching whatever program the icon represents, followed by a space, then file path/filename of whatever you dropped on to it. So just look at the properties of the icon, and you can use that, and the filename of what you dropped on to it in a Run>