Skip to content

Commit

Permalink
V. 2.0
Browse files Browse the repository at this point in the history
V. 2.0
  • Loading branch information
islamadel committed Feb 16, 2021
1 parent 104c3bb commit 2f254b8
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 12 deletions.
4 changes: 3 additions & 1 deletion source/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ By: Islam Adel
2020-05-21 Added command line parameters for silent use, Removed ping to local host, Removed upx compression
2020-05-22 No Admin Privileges required, Compatibility Set to Windows 7
2020-05-23 Apply icon to SFX
2021-02-16 Version 1.8 (64-bit)
2021-02-16 Version 1.8 (64-bit)
2021-02-16 Version 1.9 (64-bit) by Resedit (Not released)
2020-02-16 Version 2.0 (64-bit) by rcedit-x64.exe
40 changes: 39 additions & 1 deletion source/dev_readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,44 @@ V. 1.8 64-bit
#https://sourceforge.net/projects/winrun4j/
------------------------------------------------------

V. 1.9 64-bit (Not released)

- Original 7sSD.sfx (9.20)

- Apply manifest compatibility:
#https://github.com/eladkarako/mt/tree/master/x64
mt.exe -manifest manifest.xml -outputresource:"7zS.sfx;#1

- Edit File Info and Icon with RESEDIT
#http://www.resedit.net/

------------------------------------------------------

V. 2.0 64-bit (2020-02-16)

Using Rcedit v0.2.0
#https://github.com/electron/rcedit/releases

rcedit-x64.exe <file.sfx> <parameter>

--application-manifest manifest.xml

--set-icon bat2exe.ico
--set-version-string CompanyName "Islam Adel"
--set-version-string FileDescription "Created by BAT2EXE.net"
--set-version-string FileVersion 2.0
--set-version-string InternalName bat2exe.exe
--set-version-string LegalCopyright "Islam Adel"
--set-version-string OriginalFilename bat2exe.exe
--set-version-string ProductName BAT2EXE
--set-version-string ProductVersion 2.0

--set-file-version 2.0
--set-product-version 2.0


------------------------------------------------------

- What to include when updating version?

bat2exe.cmd
Expand All @@ -27,6 +65,6 @@ bin\7z.exe
bin\7ZSD.sfx
bin\browse.vbs
bin\choice.exe
bin\RCEDIT64.exe
bin\rcedit-x64.exe

------------------------------------------------------
6 changes: 3 additions & 3 deletions source/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BAT2EXE 1.8 (64-bit)
BAT2EXE 2.0 (64-bit)


BAT2EXE 1.8 (64-bit)
BAT2EXE 2.0 (64-bit)

Convert any Batch File easily to an Executable

Expand All @@ -11,4 +11,4 @@ to an executable [.exe] file package.

Change Log:

64-bit
using rcedit-x64.exe instead of RCEDIT64.exe
8 changes: 4 additions & 4 deletions source/version_info.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

1 VERSIONINFO
FILEVERSION 1,8,0,0
PRODUCTVERSION 1,8,0,0
FILEVERSION 2,0,0,0
PRODUCTVERSION 2,0,0,0
FILEOS 0x40004
FILETYPE 0x1
{
Expand All @@ -11,12 +11,12 @@ BLOCK "StringFileInfo"
{
VALUE "CompanyName", "Islam Adel"
VALUE "FileDescription", "Created by BAT2EXE.net"
VALUE "FileVersion", "1.8"
VALUE "FileVersion", "2.0"
VALUE "InternalName", "bat2exe.exe"
VALUE "LegalCopyright", "Islam Adel"
VALUE "OriginalFilename", "bat2exe.exe"
VALUE "ProductName", "BAT2EXE"
VALUE "ProductVersion", "1.8"
VALUE "ProductVersion", "2.0"
}
}

Expand Down
5 changes: 2 additions & 3 deletions source/workspace/bat2exe.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
REM BY ISLAM ADEL
REM BAT2EXE.NET
SET VER=1.8
SET VER=2.0
SET VERd=2021-02-16
MODE 90,50
COLOR 9F
Expand Down Expand Up @@ -240,9 +240,8 @@ SET sfxfile=7zSD

IF DEFINED ikon (
echo Applying icon..
REM https://sourceforge.net/projects/winrun4j/
copy /y "bin\%sfxfile%.sfx" "%sfxfile%_icon.sfx"
Start /B /Wait "Applying Icon" "bin\RCEDIT64.exe" /I "%sfxfile%_icon.sfx" "%WS%\%ficon%"
Start /B /Wait "Applying Icon" "bin\rcedit-x64.exe" "%sfxfile%_icon.sfx" --set-icon "%WS%\%ficon%"
copy /y /b "%sfxfile%_icon.sfx" + %cf% + %sfxa% "%name%.tmp" 2>NUL>NUL
) ELSE (
echo No .ico File found in Source Folder
Expand Down
Binary file removed source/workspace/bat2exe.ico
Binary file not shown.
Binary file modified source/workspace/bin/7zSD.sfx
Binary file not shown.
Binary file removed source/workspace/bin/RCEDIT64.exe
Binary file not shown.
Binary file added source/workspace/bin/rcedit-x64.exe
Binary file not shown.
Binary file modified upload/bat2exe.exe
Binary file not shown.

0 comments on commit 2f254b8

Please sign in to comment.