How to Launch a Program and Two Returns

0

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

All2kool

Posted 2010-05-11T21:37:16.917

Reputation: 1

Does typing "clearmru.exe /?" at the command prompt produce any help? – ChrisF – 2010-05-11T21:49:06.797

Answers

1

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.

Wayne Johnston

Posted 2010-05-11T21:37:16.917

Reputation: 3 416