e2bc49c0f6
Update .gitignore, NibblePoker.Application.ListComPort.csproj, and 39 more files...
10 lines
236 B
Batchfile
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
|
|
)
|