Skip to content

Instantly share code, notes, and snippets.

@stpettersens
Created April 28, 2025 14:34
Show Gist options
  • Save stpettersens/a167dea1069657e2149a699d24620fc2 to your computer and use it in GitHub Desktop.
Save stpettersens/a167dea1069657e2149a699d24620fc2 to your computer and use it in GitHub Desktop.
Thin wrapper command around genisoimage.exe from Cygwin x64.
@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