This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/binw/pvcs_co.bat

7 lines
120 B
Batchfile

@echo off
@rem From IDE: pause=%1, name=%2, project=%3, target=%4
get -l %2
if [%1]==[no_pause] goto done
pause
:done