Guest_imported
New member
- Jan 1, 1970
- 0
howdy, I would like to use a dos command. example when I press a button, I would like it to envoke a dos console program along with commands.How do I do this?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Shell "d:\tester.bat", vbNormalFocus
Shell "cmd.exe /c d:\tester.bat", vbNormalFocus
Shell "command.com /c ProgramFilename /Optional Switches", vbMaximizedFocus