I am trying to open windows security center using the shell command.
do you open it like msc files if so what do you open it with
VB Code:
taskid = Shell("wscui.cpl", vbNormalFocus)
also just wondering how do you open the my documents folder as an argument with explorer, i have triedVB Code:
shell "explorer.exe Mydocs"




Reply With Quote