h711 Posted September 17, 2008 Posted September 17, 2008 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 SmOke_N Posted September 17, 2008 Moderators Posted September 17, 2008 (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 September 17, 2008 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.
h711 Posted September 17, 2008 Author Posted September 17, 2008 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.
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