FreeDATA/tools/Windows/copy-files.bat

10 lines
227 B
Batchfile
Raw Normal View History

2024-01-11 00:34:47 +00:00
@echo off
2023-10-06 02:31:46 +00:00
REM This will copy the helper batch files to the approriate places for you
2024-01-11 00:34:47 +00:00
echo Copying GUI scripts to GUI directory
copy GUI* ..\..\gui\
echo Copying Modem scripts to Modem directory
copy MODEM* ..\..\modem\
2023-10-06 02:31:46 +00:00
pause