Jump to content

Recommended Posts

Posted

Hi.

Anyone knows about this issue?

My logon script calls, using runwait, my antivirus install/updade .exe.

All 95/98 workstations stop at line of this call,and report "Unable to execute external program" indicating "invalid directory".

All 2000/xp workstations runs fine

:(

Posted

I am not sure with the given information. Could you give the script line?

It could be that the path of the win 95/98 workstations are not the same, or maybe you are using a line like:

run("cmd.exe /c c:\myantivirus.exe")

in which case, there is no cmd.exe on windows 95/98 it is command.com

You could also include the path in your run statement.

AutoIt3, the MACGYVER Pocket Knife for computers.

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