Out of curiosity, and to assist in testing the run-once key, I was wondering what program runs the string placed in runonce or just the run keys in general.
Is it powershell or cmd.exe or what? I'd like to know so I can tailor my syntax accordingly.
runonce.exe
(aka the RunOnce Wrapper), so the interpreter it uses should be specified if you want a particular behavior. Otherwise assume it takes the same semantics as invoking a program from DOS (and I do mean DOS). if you need a specific interpreter, invoke it.cmd.exe
. Could you get me a reference for DOS if you know one off the top of your head?