| [reply] |
Have a look at perlfunc:exec or perlfunc:system.
__UPD__ (next time dig it for yourself, it was a very basic question. Some elder monks won't like this node)
--
tune | [reply] |
I have used the system() command
it works pretty well in the command line
but when calling the script from a browser the function does not execute
just that part of the script nothing happens
the rest of the script runs well | [reply] |
You already have the basic answer you were looking for,
but I thought I would mention that the program "test.exe"
isn't going to run "on your server", the program executable
is going to load and execute on the client computer you call
the program from.
Not being a MSDOS kinda guy, I'm not sure how you would do
the remote run type of thing, I know that you can do it
with the unix and linux systems, and that there probably is
a method of doing this
Maybe one of the other Monks will have something on that
now that the distiqution is made.
| [reply] |