What is the code to open a External software (on the hosts hard drive) ???
ID:155716
Apr 7 2011, 4:21 am
|
|
Apr 7 2011, 6:17 am
|
|
I think you could use shell but I'd be careful with it.
|
In response to Lyndonarmitage1
|
|
Can you tell me Why i'll be careful ,what is the risk?
|
In response to Kushagra
|
|
If your allowing a user to type what commands they want to send to shell() and a running in trusted mode the user has basically full access to your computer so could run malicious software or wipe the contents of your computer.
|
In response to Lyndonarmitage1
|
|
Can you show me a Example how to use shell command....
like running software on my own comp. i wanna use this command once. |
In response to Kushagra
|
|
I'm amazed that this function exists...
|
In response to Lilcloudy1
|
|
Why?
It won't run unless you're using trusted mode. Don't run something in trusted mode unless you trust it. |