View Single Post
  #2 (permalink)  
Old 11-04-2008, 9:06 AM
shawnplr shawnplr is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: May 2007
Posts: 41
Reputation: 37
shawnplr is on a distinguished programming path ahead
Default

You can use
shell("C:\folder\clean.bat")
or if the bat file is in the same folder as your exe use
shell(Application.StartupPath() & "\clean.bat")
Reply With Quote