Jump to content

Recommended Posts

Posted

hello,

i want to know the list of the files extensions that the Run() function is support.

from my test the function started only exe and bat files but i want to know if there are another files extensions that the function can run.

i have looked in the help file and i found no information about it.

thanks.

Posted (edited)

have you checked the helpfile?? it says in the parameters:

Parameters

program The full path of the program (EXE, BAT, COM, or PIF) to run (see remarks)

Edited by Kidney
Posted (edited)

I said I looked in the help file but i missed this.

thanks!

i have another question.
This is not about programming.

is the exe files are the only files that support arguments ?

i mean that you can run exe file with arguments. for example:

"test.exe" "arg1" "arg2" ..

The question is if this can be done also with other files types.

if so then please give me a list of these files types.

 

thanks for the help!

Edited by Guest
Posted (edited)

You are talking in riddles.

What about you tell us what you are trying to accomplish?

Jos

my script will run other scripts and other scripts for me = exe/bat/js/au3 and more..

so the goal is that my script will have a full support for all the ways how to run other scripts.

Edited by Guest

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
×
×
  • Create New...