2025-04-27 07:49:33 -04:00

5 lines
81 B
Batchfile

@echo off
if NOT "%1" == "-n" hc30 %1 %2
if "%1" == "-n" hc31 %2 %3
@echo on