I'm caling a command promt with a command to execute through an Access Module. I need to enter multiple commands to the same prompt shell. Currently, i have figured out how to do one. Here is my example code:
**********************************************************
strCmdLine = "path to cmd.exe /K command for prompt here"
Call Shell(strCmdLine, vbNormalFocus)
**********************************************************
Thanks for any help you guys provide.
Jay
"If the words up and down were reversed, would you trip and fall or trip and fly?"
**********************************************************
strCmdLine = "path to cmd.exe /K command for prompt here"
Call Shell(strCmdLine, vbNormalFocus)
**********************************************************
Thanks for any help you guys provide.
Jay
"If the words up and down were reversed, would you trip and fall or trip and fly?"