>var == arg(1) >;win.debug(var) >file.copy(var, var ++ ".bak") >wait.for(1000) >do(?"D:\Graphics\XnView\nconvert.exe -quiet -resize 75% 75% *.jpg") >quit > >My problem now is that the script complains that it can't find >"D:\Graphics\XnView\nconvert.exe -quiet -resize 75% 75% *.jpg"
Have you tried separating the do command into separate command and parameter pieces, so it would be this: do(?"D:\Graphics\XnView\nconvert.exe", ?"-quiet -resize 75% 75% *.jpg") Paul Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
