Author Archives: Brian Gonzalez
Easy Batch To Create 7-Zip SFX (Self-Extracting) Executables.
The process of creating a a Self-Extracting EXE in 7-Zip is far from simple. There are multiple downloads, setting files, 30 or so different parameters. There is also no built-in support for replacing the icons used for the EXE. I created a pack, that includes a quick readme and .BAT file, which dramatically simplifies the… Read More »
New Trace32 (Now CMTrace.exe) Application
Cudos: Free Virtual Application Creator, Cameyo
Hide Command Window Every 3 Seconds AutoIt Program.
Ran into a need to produce a lite program to hide command windows while I ran other scripts. So I produced the following: HideCmdWindowEvery3Sec.exe: https://panaconsulting.box.com/s/b6cd69dyakpa3a1vi2xe As named, It runs in the background and minimizes any command prompt windows that appear on-screen. Here is an example batch file utilizing the program: start “” “%~dp0HideCmdWindowEvery3Sec.exe” start /w… Read More »