mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
10 lines
No EOL
227 B
Batchfile
10 lines
No EOL
227 B
Batchfile
@echo off
|
|
REM This will copy the helper batch files to the approriate places for you
|
|
|
|
echo Copying GUI scripts to GUI directory
|
|
copy GUI* ..\..\gui\
|
|
|
|
echo Copying Modem scripts to Modem directory
|
|
copy MODEM* ..\..\modem\
|
|
|
|
pause |