Home / Microsoft / Microsoft DOS / Bat2Exe problems when using icons.
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 [2]  All - (Bottom) Print
Author Topic: Bat2Exe problems when using icons.  (Read 1196 times)
BatchFileBasics
Hopeful



Thanked: 18
Posts: 390


BatchFileBasics
« Reply #15 on: June 11, 2009, 10:43:58 AM »

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?
IP logged

When the power of love overcomes the love of power the world will know peace - Jimi Hendrix.
TheHoFL
Intermediate



Thanked: 5
Posts: 174


« Reply #16 on: June 11, 2009, 10:44:57 AM »

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!
« Last Edit: June 11, 2009, 11:14:24 AM by TheHoFL » IP logged

All your dreams can come true if you have the courage to pursue them.  - Walt Disney
billrich
Guest
« Reply #17 on: June 11, 2009, 12:42:19 PM »

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

« Last Edit: June 11, 2009, 04:19:45 PM by billrich » IP logged
KenL
Topic Starter
Beginner



Posts: 59




« Reply #18 on: June 11, 2009, 01:21:37 PM »

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.
IP logged

Windows XP PRO/Server 2003. Date Format DD/MM/YYYY
TheHoFL
Intermediate



Thanked: 5
Posts: 174


« Reply #19 on: June 11, 2009, 04:08:38 PM »

I definitely agree too! I can add the "additional informations" area without ANY issues at all!
IP logged

All your dreams can come true if you have the courage to pursue them.  - Walt Disney
Pages: 1 [2]  All - (Top) Print 
Home / Microsoft / Microsoft DOS / Bat2Exe problems when using icons. « previous next »
 


Login with username, password and session length

Old Forum Search | Forum Rules
Copyright © 2010 Computer Hope ® All rights reserved.
Powered by SMF 2.0 RC3 | SMF © 2006–2010, Simple Machines LLC
Page created in 0.09 seconds with 21 queries.