Jump to content

Recommended Posts

Posted

I seem to have trouble open an existing excel file by using Run("Installer3_Checklist.xls", $OutputAddress )

Is run only for EXE, BAT, COM, or PIF, but nothing else?

  • Moderators
Posted (edited)

I seem to have trouble open an existing excel file by using Run("Installer3_Checklist.xls", $OutputAddress )

Is run only for EXE, BAT, COM, or PIF, but nothing else?

$s_file = "Installer3_Checklist.xls"

Run('"' & @COMSPEC & '" /c "' & $s_file & '"', $OutputAddress, @SW_HIDE)oÝ÷ ÚÚºÚ"µÍÚ[^XÝ]J    ÌÍÜ×Ù[J
Edited by SmOke_N

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

Thanks. The first one works!

The second one can't find the file. After been changed to ShellExecute($s_file, "", $OutputAddress), it opened an empty file.

Any way, one of them works is good enough for me, lol.

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