Bat file to EXE

masca90020

New member
Local time
1:21 AM
Messages
24
Hi guys,

I'm in need for a program that will convert a bat file to an exe one but that does not output my bat file as a temporary file in the working directory or in the windows temp file.

Thanks in advance.
 

My Computer

OS
Windows 7 Ultimate x64
Code:
The contents of the EXE file are extracted to the temp directory.

This is what I want to avoid.
 

My Computer

OS
Windows 7 Ultimate x64
Code:
The contents of the EXE file are extracted to the temp directory.

This is what I want to avoid.
Temp files are removed once the batch finishes. But if this script doesnt suit you, google around there seems to be lots available.
 

My Computer

Computer Manufacturer/Model Number
Too many to describe...
OS
Windows 7 x64 pro/ Windows 7 x86 Pro/ XP SP3 x86
I know that, but I don't want them to be created at all. I tried google before coming here and none of them does what I want.
 

My Computer

OS
Windows 7 Ultimate x64
Back
Top