Re: Running a command
| Newsgroups | gmane.comp.windows.power-pro |
|---|---|
| Message-ID | <[email protected]> |
Assuming vdesk is a windows gui program, does the following work for the command entry controls of any of clists, hot keys, scheduled events? Command: c:\.complete\path\to\vdesk.exe Parameters on:2 run:"C:\eagle\truss\truebuild.exe" What is the error message if it does not work? If vdesk is not a gui programt, then you can create a .cmd file that runs it and then put the .cmd file name as the command (parameters would be blank). Another option for this case might be to use the start command https://ss64.com/nt/start.html https://ss64.com/nt/start.html