Hi.
What is the command-line parameter (switch) to get Explorer to start in a different folder, other than C:\?
I'm writing an Access database application which requires a button click to open up Windows in a specific directory. I want to use:
Call Shell("explorer.exe /s:" & pathname)
Where '/s:' is the switch, and pathname is the location of the start-in folder.
Ta.
What is the command-line parameter (switch) to get Explorer to start in a different folder, other than C:\?
I'm writing an Access database application which requires a button click to open up Windows in a specific directory. I want to use:
Call Shell("explorer.exe /s:" & pathname)
Where '/s:' is the switch, and pathname is the location of the start-in folder.
Ta.