Jump to content

Recommended Posts

Posted

:) How I make so that when finishing one script it AUTOIT it executes an archive file.pif in the Windows 98?

Thanks for all

Posted (edited)

Dont have 98 but this might work:

$pif = "file.pif"
Run(@ComSpec & ' /c START "' & $pif & '"',"",@SW_MINIMIZE)
Edited by Ejoc
Start -> Programs -> AutoIt v3 -> AutoIt Help File -> Index -> (The Function you are asking about)----- Links -----DllStruct UDFsRSA Crypto UDFs

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...