bat2exe icon indicating copy to clipboard operation
bat2exe copied to clipboard

Automatically exported from code.google.com/p/bat2exe

Results 9 bat2exe issues
Sort by recently updated
recently updated
newest added

I'll use C:\Program Files\7-Zip\7z.exe as an example. I'm trying to convert a batch file that runs an exe file into an exe file so I can add a single folder...

when I try to run any .exe file created by bat2exe, it gives me this error: 'C:\Users\(my username)\AppData\Local\Temp\7zSC0DA0427\error.bat' is not recognized as an internal or external command, operable program or...

When I downloaded this, my browser said that there's a virus in that file, so I checked this on virustotal and it said that a lot of engines actually detected...

Arguemnts that are passed to the generated EXE file appear to be passed twice to the BAT script. My BAT looks like this `"C:\Program Files\7-Zip\7zG.exe" x "%1" -o"C:\Users\myUser\Desktop\Entpackt\*"` But when...

Hi how can i change file info https://ibb.co/6ZZ81s4 Used 7z SFX Builder to change info in "7zSD.sfx" but after changing file info and saving it getting me 1kb file size...

My batch file did not work as an application when I used this. The console showed that bat2exe changed what would make a new line in a batch file to...

Otherwise it's not able to find .bat or .ico files. Just a heads up if someone is left scratching their heads

there is problem to use "current directory" of the exe file bat > %CURR_DIR% not working vbs > CreateObject("Scripting.FileSystemObject").GetParentFolderName(WScript.ScriptFullName) returns: C:\Users\Trader\AppData\Local\Temp\7ZipSfx.000 is there a way to retieve this source path...

The filepath of the output exe file was missing a "\" in between the directory and the file. I changed how it's displayed to fix the issue