Jump to content

Recommended Posts

Posted

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

Posted (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 by thatsgreat2345

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...