|
Rank: Advanced Member Joined: 9/15/2011 Posts: 78 Location: ON, Canada
|
I've got a handful of tools that I would like to be able to run with command line parameters attached to them, most notably, some of the Sysinternals programs which allow for /acceptEULA, others for passing on drive letters, and such.
I could cobble together an AutoIt script that would drop the program onto the client's system and then start it with parameters but that doesn't help the average SC user.
Another thing I'd like to be able to do is automatically run a Tool as Admin. My first thought would be either tools in a specific folder or renamed to start with a specific character so that any file starting with, say, "&" would be sent to the client with Admin authorities.
|