sabhazi Posted December 14, 2010 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
wakillon Posted December 14, 2010 Posted December 14, 2010 Try RunWait ( @ScriptDir & '\sftmime.exe delete app:"Test app"' )See helpfile for run, runwait ! AutoIt 3.3.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
sabhazi Posted December 15, 2010 Author Posted December 15, 2010 Thx, works Try RunWait ( @ScriptDir & '\sftmime.exe delete app:"Test app"' ) See helpfile for run, runwait !
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now