Guest heroik Posted March 30, 2004 Posted March 30, 2004 I'm trying to create an uninstall script for WinZip with v3. Run ( 'WINZIP32.EXE /uninstall', 'C:\Program Files\Winzip' ) ;WinWaitActive ( 'WinZip' ) ;Send ( '!Y' ) ;WinWaitActive ( 'WinZip' ) ;Send ( '!Y' ) But I keep getting the error that the file doesn't exist. Can anyone please tell me what I'm doing wrong? Thanks!
Guest heroik Posted March 31, 2004 Posted March 31, 2004 The first line worked, but the second came with the same error "system cannot find the path specified." Thanks!
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