Can I specify command lines on the command line?

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

+4
source share

Source: https://habr.com/ru/post/1334100/


All Articles