Thread
:
including a file in my exe
View Single Post
#
2
(
permalink
)
11-04-2008, 9:06 AM
shawnplr
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
Join Date: May 2007
Posts: 41
Reputation:
37
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")
shawnplr
View Public Profile
Send a private message to shawnplr
Find all posts by shawnplr