Saved Bookmarks
| 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. 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 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! |
|