I want to launch a program that then produces two dialog boxes I wish to just hit ENTER for. How do I do this? I have this so far but want it followed with RETURN twice.

w:: Run E:\Program Files\Windows Media 7 PowerToys\Player\clearmru.exe

link|improve this question
Does typing "clearmru.exe /?" at the command prompt produce any help? – ChrisF May 11 '10 at 21:49
feedback

1 Answer

The ClearMRU program in the Windows Media 7 Power Toys has a command line option to run it without any prompts.

clearmru.exe /q

In your case add /q to the end of the command line.

You can also create a shortcut to the program on your start menu with the same command line so you can run it without starting a command prompt.

link|improve this answer
Bravo! Mucho Thanks. – All2kool May 13 '10 at 12:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.