mirror of
https://github.com/V2RetroComputing/analog.git
synced 2024-11-22 11:33:26 +00:00
7 lines
171 B
Batchfile
7 lines
171 B
Batchfile
@set OLDPATH=%PATH%
|
|
@set PATH=c:\wincupl\WinCupl\Fitters;c:\Wincupl\Shared\;%PATH%
|
|
|
|
cupl.exe -jxfu c:\wincupl\shared\cupl.dl g16v8 picopal.pld
|
|
|
|
@set PATH=%OLDPATH%
|