Jump to content

Can not open .ini file


Recommended Posts

  • Developers

@experience,

Is the AutoIt script in the same directory as Setup.exe and Comp.ini?

@JdeB,

If it all three are in the same directory, would experience still need to set the working directory - if yes, then won't experience need to determine the CD drive letter?

Think that is correct but cannot be sure because I have no idea what the Setup.exe really does.

@experience,

What do you do when you run the setup.exe program manually ?

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

When i run it manually it loads to the following

I meant: How do you start it ?

From the Explorer or from CMD ?

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

try (Modify D:\ when the drive has a different letter assigned):

FileChangeDir("D:\")
Run("Setup.exe")
WinWaitActive("Software Setup - Component")
Send("{ENTER}")

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

I tried that with the same error - however changing D to C came up with the following

What is the directory that contains the Setup.exe ?

Did you try to put that in the FileChangeDir() command ?

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

What is the directory that contains the Setup.exe ?

Did you try to put that in the FileChangeDir() command ?

The directory is c:\bootdvd

so i tried

FileChangeDir("c:\bootdvd")

Run("Setup.exe")

WinWaitActive("Software Setup - Component")

Send("{ENTER}")

I think this is just one of those that im not gonna get automated. Its nothing major just would have made my job a bit easier.

Thanks for the help guys but i think i've been defeated by HP lol

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