> <cfexecute timeout="10" name="d:\photos\brightness.vbs" > arguments="10"></cfexecute> I get NT error 193. > > <cfexecute timeout="10" name="d:\photos\brightness" > arguments="10"></cfexecute> and get NT error 2. > > This: <cfexecute timeout="10" > name="c:\winnt\system32\command.com " > arguments="d:\photos\brightness.vbs 10"></cfexecute> gets > Timeout period expired without completion. > > The brightness.vbs runs fine from a command prompt as > "brightness 10" or "brightness.vbs 10" > > There are no tag restrictions > > Suggestions?
The command you want to run is cscript.exe, not your vbs file directly or command.com (which has been superseded by cmd.exe since Windows 2000, not that you'd want to use that either). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240586 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

