Ayres Posted April 12, 2005 Posted April 12, 2005 How I make so that when finishing one script it AUTOIT it executes an archive file.pif in the Windows 98? Thanks for all
Ejoc Posted April 12, 2005 Posted April 12, 2005 (edited) Dont have 98 but this might work: $pif = "file.pif" Run(@ComSpec & ' /c START "' & $pif & '"',"",@SW_MINIMIZE) Edited April 12, 2005 by Ejoc Start -> Programs -> AutoIt v3 -> AutoIt Help File -> Index -> (The Function you are asking about)----- Links -----DllStruct UDFsRSA Crypto UDFs
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