mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
7 lines
295 B
Batchfile
7 lines
295 B
Batchfile
REM copy C:\code\newcoin\Release\newcoin.exe C:\code\newcoin\tests\client1
|
|
REM copy C:\code\newcoin\Release\newcoin.exe C:\code\newcoin\tests\client2
|
|
|
|
copy d:\code\newcoin\Debug\newcoin.exe d:\code\newcoin\tests\client1
|
|
copy d:\code\newcoin\Debug\newcoin.exe d:\code\newcoin\tests\client2
|
|
|
|
pause |