frasuperbike Posted May 15, 2006 Posted May 15, 2006 Anyone can help me to understand in which way i can use this macro??? I have do this script: If FileExists ("@ProgramFilesDir\SlySoft\AnyDVD\AnyDVD-uninst.exe") Then if ProcessExists ( "AnyDVD.exe" ) Then run ( "pskill.exe AnyDVD.exe" ) endif but is not correct... Sorry for my english
Thatsgreat2345 Posted May 15, 2006 Posted May 15, 2006 (edited) If FileExists (@ProgramFilesDir & "\SlySoft\AnyDVD\AnyDVD-uninst.exe") Then if ProcessExists ( "AnyDVD.exe" ) Then run ( "pskill.exe AnyDVD.exe" ); <--- put the AnyDVD.exe Location endif endif Edited May 15, 2006 by thatsgreat2345
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