Jump to content

running a complex executable program path


Recommended Posts

Hi AutoIt Users,

Anyone here in the room would help me solve this hassle puzzle... B) I'm making a script that would automate a certain restore using a norton ghost program. However, it really vague me when I found the link which is not simple. the path that I'm referring to is this:

Run ("C:\Program Files\Common Files\Symantec Shared\NMain.exe" /dat:C:\Program Files\Symantec\Norton Ghost 2003\nswigho.nsi)

Actual Path Target is: (Taken from the Ghost properties icon)

"C:\Program Files\Common Files\Symantec Shared\NMain.exe" /dat:C:\Program Files\Symantec\Norton Ghost 2003\nswigho.nsi

Hope I could find answers from you... Thanks for the support.....

Savvy_User

Link to comment
Share on other sites

  • Developers

Try:

Run ('"C:\Program Files\Common Files\Symantec Shared\NMain.exe" "/dat:C:\Program Files\Symantec\Norton Ghost 2003\nswigho.nsi"')

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Developers

Hello,

Thanks for the reply. I've already tried that code however symantec only recognized the first part of the script and it erred out. Anyway, I tried AUTOIT version 2.64 for this part and it works okay.

Can you explain what you mean ?

And what did you use in AutoIt 2.64 to make it work ?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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