Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
bat2exe help
Name: djas Date: September 16, 2004 at 11:54:45 Pacific OS: Windows XP/Longhorn GUI CPU/Ram: n/a
Comment:
hey can anyone tell me how "bat.exe" works because i want to make some alterations myself.
Name: BlueRaja Date: September 16, 2004 at 14:07:50 Pacific
Reply:
Dunno what that is..
AKhalifman@hotmail.com
0
Response Number 2
Name: Mechanix2Go Date: September 16, 2004 at 23:55:33 Pacific
Reply:
If that's the one from zd [PC mag] variously known as bat2com or bat2exe, it DOESN'T work.
0
Response Number 3
Name: djas Date: September 17, 2004 at 09:05:19 Pacific
Reply:
what do you mean it doesn't work i use it quite a bit but then saying that i didn't get it from a pc mag
djas
0
Response Number 4
Name: Mechanix2Go Date: September 18, 2004 at 02:32:01 Pacific
Reply:
I mean it 'compiles' the bat to an exe/com but the executable doesn't do what the bat did.
If yours works, I'd like to try it. Can you email it to me?
0
Response Number 5
Name: BlueRaja Date: September 18, 2004 at 07:50:11 Pacific
Reply:
It's probably just a program that handles the loops, and calls system() for everything else, in which case the program would be larger (but not any faster) than the BAT file. I really can't see any benefit to this approach.
AKhalifman@hotmail.com
0
Response Number 6
Name: Mechanix2Go Date: September 18, 2004 at 23:30:44 Pacific
Reply:
BlueRaja,
[1] To prevent exposing, for instance, a password.
[2] To make alteration or reverse engineering more difficult.
M2
Mechanix2Go@Golden-Triangle.com
0
Response Number 7
Name: djas Date: September 19, 2004 at 10:57:35 Pacific
Reply:
sorry i made a typo in the first message "bat.exe" but most of you seem to have realised that i meant "bat2exe" i also realised what you meant by it not working. The file compiles .bat files with no user input exept if run on the command line then only it will alow you to input a single command
djas
0
Response Number 8
Name: Mechanix2Go Date: September 19, 2004 at 20:01:07 Pacific
Reply:
The one I have is worse.
It doesn't even do 'echo off'.
0
Response Number 9
Name: Mechanix2Go Date: September 20, 2004 at 01:52:56 Pacific
Reply:
So, does your bat2exe work or not?
I saw your msg elsewhere about 'hiding' a pw. Is this about that?
0
Response Number 10
Name: djas Date: September 20, 2004 at 08:37:28 Pacific
Reply:
the bat2exe that i have does work to an extent and yes this is partialy about that.
djas
0
Response Number 11
Name: Mechanix2Go Date: September 20, 2004 at 10:36:47 Pacific
Reply:
So you want a bat which dows what?
0
Response Number 12
Name: djas Date: September 21, 2004 at 10:05:41 Pacific
Summary: Best I can suggest is to convert your batch file to an exe and then run it hidden... but it will appear in the task manager though. :( Try the free bat2exe software. I use it for network admin tasks...
Summary: I found this code online, and it works: [code] image swapper body {margin:5px; background:#005544;} a {font:200 8px Courier; color:#ccffcc;} var autoSwapURLS = new Array(); // image ur...
Summary: Hi Batch Experts, I have a batch file that (on exec) prints all the files (filename.ext only) in the current dir to a notepad and saves the txt file to the same dir. Example Text format: -------...