... Specify the command path which is usually %windir%\System32\cmd.exe
Add arguments in format /c start "Task Name" "Full Path of Program", for example:
/c start "VisualStudio2010" "C:\Program Files\Microsoft ...
... New Action as per the following:Action: - Give the action name a memorable name (eg. "Print Directory Contents To File") Application: - Type the following c:\windows\system32\cmd.exe /c "dir %L /b > %L\directory_printout.txt" ...
... right-pane and type the following c:\windows\system32\cmd.exe /c "ECHO > c:\temp.txt | FC /N /LB 1000 %L c:\temp.txt > c:\results_file.txt | start c:\results_file.txt"
Right-clicking on a text file now ...
... the Application value type c:\windows\system32\cmd.exe (this will be different on winnt, browse if unsure to your cmd.exe program)
Click on OK > OK > Close
Notes:
Added by default since ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.