Jump to content

Automating CS3Clean.exe


Recommended Posts

Hi,

I'm trying to create an AutoIt script to make CS3Clean.exe run unattended. As you might know, CS3Clean is a utility provided by Adobe to remove any parts of Adobe software from your PC. It's a compiled python script that runs in a command line interpreter.

During execution some questions are asked which can be automated by AutoIt easily. After these questions are answered the tool will start searching/removing Adobe stuff from the PC. When it's done the following message appears within the same window (header title stays the same):

Completed, press Enter to exit: _

My problem is, I have no idea how to automate that last {Enter}... The time it takes depends on many factors. It's a simple dos buy yeah, iIs there a way to automate this one?

Many thanks!

The stuff I have now:

WinWaitActive("C:\Program Files\Novadigm\Packages\CS3Clean\cs3clean.exe")

Send("e {ENTER} y {ENTER} n {ENTER} 4 {ENTER} n {ENTER} n {ENTER} n {ENTER} GO {ENTER}")
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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