filipealexandre Posted March 27, 2004 Posted March 27, 2004 anyone know how do i execute an external program from VS.NET code (VB.NET) without a pathShell("C:\cat.txt") ------> cat.txt
Doggie Posted March 27, 2004 Posted March 27, 2004 Shell "c:\windows\notepad.exe C:\cat.txt"that would work
CuBie Posted March 31, 2004 Posted March 31, 2004 or use the shellexecute api (has quite a few options) and its fast ..Chris.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now