I'd like to do something along the lines of:
1000>>>notepad>->notepad.exe "dosearch C:\"
Well, the syntax is obviously all wrong but basically I want write:
notepad and have the option to select a file, for example c:\a.txt which will execute:
notepad.exe c:\a.txt
How do I do that?
Thanks