VBA: Run a command at the command prompt from VBA
========= QUESTION --------- How do I run a DOS command at the Command prompt from VBA? ========= ANSWER --------- see EXAMPLES ========= EXAMPLES --------- Shell "cmd.exe /k dir c:windowssystem*.exe", vbNormalFocus ...consider running a .bat file for more involved commands? ========= APPLIES TO / KEY WORDS --------- Microsoft Access VBA Command Prompt Commands [...]