Compile Question...

Convert your BATch files into EXEcutable format in one click.
Post Reply
wildboy
Posts: 7
Joined: Mon Jun 11, 2007 5:50 pm

Compile Question...

Post by wildboy »

Actually, I figured out something new, but it's weird...When I run the compiled exe it will run if the included executable is in the same directory as the compiled exe, but if I remove it out of that directory, it doesn't work...Isn't the exe supposed to be compiled into the program file? Or am I doing the %MYFILES% part incorrect somehow?

I have a simple question...

When running the compiled program the actual program doesn't run...

I made sure to include the exe file that I want to run.

This is what I did...

SOURCE TAB:

%MYFILES%\filename.exe
Filename.exe /parameters
Filename.exe /parameters
etc...etc..

CUSTOM RESOURCE TAB:

Self explanitory

INCLUDE TAB:

filename.exe
-----------------------------------------------------------------------------
Note: filename.exe is the same program in all areas of the program
-----------------------------------------------------------------------------

And I know the 'filename.exe' program works fine alone (when not compiled), I just wanted to compile it into the exe and give it it's own icon.

Can you tell me if I am running this correctly?

Thanks
Post Reply