L lqg2118 Member Licensed User Longtime User Feb 18, 2012 #1 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. Last edited: Feb 18, 2012
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.
T timsteeman Member Licensed User Longtime User Feb 18, 2012 #2 What do you want to do with it? alternative is Shell("explorer.exe",apppath)
M mjcoon Well-Known Member Licensed User Feb 18, 2012 #3 lqg2118 said: is there a silent way to open a folder window? Click to expand... I don't understand the concept of a silent folder window. What would it look like and how would it behave to interactions? Mike.
lqg2118 said: is there a silent way to open a folder window? Click to expand... I don't understand the concept of a silent folder window. What would it look like and how would it behave to interactions? Mike.
L lqg2118 Member Licensed User Longtime User Feb 18, 2012 #4 mjcoon said: I don't understand the concept of a silent folder window. What would it look like and how would it behave to interactions? Mike. Click to expand... sorry for my poor english. I just thought the flash of a black dos window is not silent in vision;-)
mjcoon said: I don't understand the concept of a silent folder window. What would it look like and how would it behave to interactions? Mike. Click to expand... sorry for my poor english. I just thought the flash of a black dos window is not silent in vision;-)
L lqg2118 Member Licensed User Longtime User Feb 18, 2012 #5 timsteeman said: What do you want to do with it? alternative is Shell("explorer.exe",apppath) Click to expand... It does work. I only need to open a folder window on desktop. explorer.exe works more smoothly than cmd.exe ,haha!
timsteeman said: What do you want to do with it? alternative is Shell("explorer.exe",apppath) Click to expand... It does work. I only need to open a folder window on desktop. explorer.exe works more smoothly than cmd.exe ,haha!