View Single Post
  #1 (permalink)  
Old 11-04-2008, 8:49 AM
bobbel bobbel is offline
VB.NET Forum Newbie
.NET Framework: .NET 1.1 (VS 2003)
 
Join Date: Nov 2008
Age: 15
Posts: 3
Reputation: 0
bobbel is on a distinguished programming path ahead
Default including a file in my exe

hello everybody!

i have a problem. What i want is that i can include a file (a bat or something) and that i can say in my code Shell("clean.bat") without that file being in the same folder as my exe. How do i do that?
Reply With Quote