1.

Solve : Bat2Exe problems when using icons.?

Answer»

well im TALKING about when you call the batch file, it shows the line, but when you just run it, it doesn't.

do you want it to echo its own PATH?I honestly have always had issues with the "additional INFO" area. Have you tried unchecking that box and checking the "ghost applications" box?

EDIT: I followed the link that BatchFileBasics sent to download the new version (v1.5). It rocks! I was using 1.4 until now. So the comments i made were regarding 1.4. THANK you BatchFileBasics!Ken wrote:
Quote

Another issue just came up that maybe someone here can answer. In the BAT file (before compiling) I have an "Echo Running %1", this works when the file is a BAT file called from another BAT file, but as soon as I 'exe' it, the echo statement disappears. Anyone have an idea for a work around here?

There are other controls for redirection:
http://www.zsh.org/mla/users/1997/msg00526.html

Quote
"Will interpret the `1>&2' as
saying you want stdout to go to both the old stderr *and* the pipe,
which in this case you don't."


Your bat to exe converter might have command line options for redirection?
or
the following workaround might survive the conversion PROCESS:

echo Running %1 1>output.txt

type output.txt

WOOOHOOO that worked.
The 1>output.txt did it.

I'M FREE...lol

Thanks guys, just have the ICON to test next.

V1.5 is definately better.I definitely agree too! I can add the "additional informations" area without ANY issues at all!


Discussion

No Comment Found