Just how to execute a file?
Someone, please post some vb.net code, on how to execute a file, without the full path. Like if my program is at D:\Program\program.exe, and it has to execute the file that's in D:\Program\data\file.exe , just with a click of a button.
Normally that would just be data/file.exe....
Many thanks in advance.
Re: Just how to execute a file?
Quote:
Originally posted by fwm
Someone, please post some vb.net code, on how to execute a file, without the full path. Like if my program is at D:\Program\program.exe, and it has to execute the file that's in D:\Program\data\file.exe , just with a click of a button.
Normally that would just be data/file.exe....
Many thanks in advance.
Yeah, that worked. Thank you much :)
Re: Re: Just how to execute a file?
Quote:
Originally posted by fwm
Yeah, that worked. Thank you much :)
:p
np but you kind of thanked yourself.... lol
Re: Re: Re: Just how to execute a file?
Quote:
Originally posted by kasracer
:p
np but you kind of thanked yourself.... lol
haha, yeah, kinda quoted the wrong post. But thank you very very much kasracer :)
So... now that has been cleared up :)