sabhazi 0 Posted December 14, 2010 Hi,I am busy making a simple script that runs a app-v command.This is the line i want to put in a script but not working:sftmime.exe delete app:"Test app"I tried to do it with a variable etc but nothing happens. The difficult is the app:"Test app" i think?Can anybody give me a direction?Thx Share this post Link to post Share on other sites
wakillon 403 Posted December 14, 2010 Try RunWait ( @ScriptDir & '\sftmime.exe delete app:"Test app"' )See helpfile for run, runwait ! AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites
sabhazi 0 Posted December 15, 2010 Thx, works Try RunWait ( @ScriptDir & '\sftmime.exe delete app:"Test app"' ) See helpfile for run, runwait ! Share this post Link to post Share on other sites