Re: Run file as exe?



On Tue, 17 May 2005 01:13:40 GMT, "Trammel" <Me@xxxxxxxxxx> wrote:

>I wish to have an update.exe run first, download updates into .dat files and
>then execute main.dat as an executable so that my program only has one .exe
>file and looks integrated with loader.
>
>Does anyone know of a method I could use so that "Loader.exe" could run
>"Main.dat" as an exe?
>(or any renamed .exe, like "Main.txt", etc)?
>


Try
Call Shell( Main.txt )

You might be rather surprized

.



Relevant Pages

  • Run file as exe?
    ... I wish to have an update.exe run first, download updates into .dat files and ... then execute main.dat as an executable so that my program only has one .exe ... "Main.dat" as an exe? ...
    (microsoft.public.vb.general.discussion)
  • Re: Run file as exe?
    ... "J French" wrote: ... >>I wish to have an update.exe run first, download updates into .dat files and ... >>then execute main.dat as an executable so that my program only has one .exe ...
    (microsoft.public.vb.general.discussion)
  • Re: Run file as exe?
    ... >>I wish to have an update.exe run first, download updates into .dat files ... >>then execute main.dat as an executable so that my program only has one ... Prev by Date: ...
    (microsoft.public.vb.general.discussion)
  • Re: OT: EXE files in HTML?
    ... >>> I would like to be able to put an EXE file at my Web ... > I would hope that it would download temporarily and execute ... some of the photos. ...
    (alt.usage.english)
  • Re: IIS 6.0 CGI
    ... EXE) from the /Scripts virtual directory. ... Configure /Scripts vdir pointing to C:\Scripts with Execute Permissions ... Enable the Web Service Extension ... IIS6 does not allow scripts to execute on the server ...
    (microsoft.public.inetserver.iis)

Loading