2006-10-06, 04:45 PM
agidius Wrote:IF EXIST will process any file as long as the file asked about exists.Only if it exists in the same directory as %1, which if the recording is a robot chicken you'll be fine, if not it won't do anything.
so it will process robot chicken, AND every file after it as long as robot chicken is still there.
i.e. if %1 is "c:\prog1\prog1123456.mpg" it will look for "c:\prog1\Robot Chicken*.mpg" which will fail.