OD+ Launch .CPL

with a Shortcut Class, anyone get .CPL's launching? like timedate.cpl

Setting Application to any of these things did not work

timedate.cpl or

"c:windowssystem32timedate.cpl" or

making shortcut to timedate.cpl, and pointing it at the .lnk

The only thing that I tried that worked was "cmd /c start timedate.cpl", but that blips a command prompt =/

Only thing I can think of at this point is to make a exe that will launch any parameter and pass all that in to my exe...

#480404

What about setting the application as 'control timedate.cpl,' minus the comma and quotes of course?

-NC

#480435

Ooo I didn't know there was a control.exe!

Worked with application as "control", and arguments of "timedate.cpl"!!

Thanks!

#480485