Created
April 28, 2025 14:34
-
-
Save stpettersens/a167dea1069657e2149a699d24620fc2 to your computer and use it in GitHub Desktop.
Thin wrapper command around genisoimage.exe from Cygwin x64.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
@cd C:\Dev\cygwin64\bin | |
@genisoimage.exe %* | |
@pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment