Hi,
I need to execute a specific panel from the bluetooth icon on the Windows XP task bar. Tim Fisher over here:
http://pcsupport.about.com/od/tipstricks/a/control-panel-command-line.htm
shows how to use Command Prompt to open the Bluetooth panel:
control bthprops.cpl
I tried it from the Command Promp window and it works great. I know the command prompt is CMD.exe and can execute it manually from START/RUN.
Now I need to tie all that together. The closest thing I found was these guys who show how to pass parameters to an executable:
http://social.msdn.microsoft.com/Fo...mt-and-passing-parameter-to-it?forum=netfxbcl
But they are talking Windows applications, looks like C code.
How would I go about triggering something like:
CMD.exe "control bthprops.cpl"
from within Access 2002?
Robert
I need to execute a specific panel from the bluetooth icon on the Windows XP task bar. Tim Fisher over here:
http://pcsupport.about.com/od/tipstricks/a/control-panel-command-line.htm
shows how to use Command Prompt to open the Bluetooth panel:
control bthprops.cpl
I tried it from the Command Promp window and it works great. I know the command prompt is CMD.exe and can execute it manually from START/RUN.
Now I need to tie all that together. The closest thing I found was these guys who show how to pass parameters to an executable:
http://social.msdn.microsoft.com/Fo...mt-and-passing-parameter-to-it?forum=netfxbcl
But they are talking Windows applications, looks like C code.
How would I go about triggering something like:
CMD.exe "control bthprops.cpl"
from within Access 2002?
Robert
Last edited: