Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Run a .exe file
Name: Visual basic Date: August 21, 2002 at 01:58:52 Pacific
Comment:
I wish to run an executable file from my Visual Basic Application.Please if you have an Ideal,please help me out I would be Grateful. I did some thing like this but it does not work Shell ("Pathname",vbhide)as double
Name: Pushpinder Date: August 23, 2002 at 14:38:09 Pacific
Reply:
u can use function called shell(). pass EXE name as parameter
1
Response Number 3
Name: Robert Starr Date: August 28, 2002 at 19:38:31 Pacific
Reply:
Since the shell function is a function which returns the process ID of the executable, it seems to work only if you assign the function's return to a variable:
Summary: I'm trying to to open a .exe file, but it opens as a batch file and will not open with the normal command.. This is what I have... StreamReader sw = new StreamReader("Settings.conf"); ...
Summary: Hi friends, I want to know does how to run a batch file present on another computer within the domain, from my computer, without logging into the remote computer. Regards, Praveen...
Summary: Hey, I have a .exe file and it was created (coded) in Dev bloodshed and im wondering how can i see the code of that program. Is there any program or anyway that i can see the code lines. Thanks. ...