Files
DotNet-ListComPort/NibblePoker.Packaging.ListComPort/Scripts/commons.bat
T
aziascreations e2bc49c0f6 Started refactoring the build process, Moved assets around, Separated some build scripts, Added other assets
Update .gitignore, NibblePoker.Application.ListComPort.csproj, and 39 more files...
2022-11-19 02:34:20 +01:00

10 lines
236 B
Batchfile

@echo off
:: Setting some naming constants
set NP_LSCOM_VERSION=3.0.0
:: Defining the %NP_ESC% variable for later use.
for /F "tokens=1,2 delims=#" %%a in ('"prompt #$H#$E# & echo on & for %%b in (1) do rem"') do (
set NP_ESC=%%b
)