how could i open a folder window on desktop with given path? I can do it by this way: Shell("cmd.exe","/c start "&pathname) but it will pop up a black cmd box,so noisy, is there a silent way to open a folder window? thanks.