Search code examples
shellcmdshellexecute

Is it possible to specify shell verbs at the command line?


Using ShellExecute API you can specify a verb, e.g. 'open' or 'print'. Is it possible to do the same thing from the command line?


Solution

  • http://www.naughter.com/shelexec.html