J
Jason Moss
These lines of code:
Imports System.Diagnostics.Process
Start("subst I: D:\FakeFolder1")
Will start the DOS command subst, but the problem is the DOS window will
popup temporarily. This looks unprofessional in my application, and I was
wondering how I could stil run the command without the DOS window.
-Jason
Imports System.Diagnostics.Process
Start("subst I: D:\FakeFolder1")
Will start the DOS command subst, but the problem is the DOS window will
popup temporarily. This looks unprofessional in my application, and I was
wondering how I could stil run the command without the DOS window.
-Jason