Get commandline arguments from process
-
Whilst I can get all the processes running on my workstation and hence a handle to the process, and the .EXE name. How can I get the commandline arguments for that process ? I'm trying to write an app so that I can identify the processes better, as we have several wscript.exe scripts run at login time, but some need to be killed by the user after login, any help would be gratefully received.
-
Whilst I can get all the processes running on my workstation and hence a handle to the process, and the .EXE name. How can I get the commandline arguments for that process ? I'm trying to write an app so that I can identify the processes better, as we have several wscript.exe scripts run at login time, but some need to be killed by the user after login, any help would be gratefully received.
The following link can help if the target is not 9x machines: http://mvps.org/win32/processes/remthread.html[^]
suhredayan
There is no spoon. -
The following link can help if the target is not 9x machines: http://mvps.org/win32/processes/remthread.html[^]
suhredayan
There is no spoon. -