Run a .bat file, after pushing a button (1 Viewer)

darkmastergyz

Registered User.
Local time
Today, 06:27
Joined
May 7, 2006
Messages
85
Hi! How can I execute a .bat file, and open it up, after clicking a button?Thanks!
 
Local time
Today, 09:27
Joined
Jun 27, 2007
Messages
246
based on a search of this forum for ' run bat '

sub com_click
Shell "searchforum.bat", vbNormalFocus
end sub
 

Users who are viewing this thread

Top Bottom