Jump to content

Open application with file added on script.


fctd
 Share

Recommended Posts

Hello,

I want to start an external program, and open it with a file, that is added to my script.

Like this.

; === Add file to script ===
#AutoIt3Wrapper_Res_File_Add=README.txt , file, APP_FILE

; === Execute Application with added file ===
$app = ShellExecute("Notepad.exe", "APP_FILE" )oÝ÷ Øhmëb·
++"¶,²&åzí+0k$ázÜm~)^ÊeiÇ{azƦz­«-ë®*m~)^jëh×6$app = ShellExecute("Notepad.exe", "README.txt" ) ;This works fine, but then the file is not added to the script.

Thanks.

[list][font="Century Gothic"]If nothing is certain, everything is possible.[/font][/list][font="Century Gothic"]Experience is something you get, just after you need it.[/font]

Link to comment
Share on other sites

Thanks Zedna,

I will just place the file beside the script, not in it.

Greetings.

[list][font="Century Gothic"]If nothing is certain, everything is possible.[/font][/list][font="Century Gothic"]Experience is something you get, just after you need it.[/font]

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