FreeDATA/gui/GUI-Launch.bat

5 lines
101 B
Batchfile
Raw Normal View History

2023-10-06 02:31:46 +00:00
REM Place this batch file in FreeData/tnc and then run it
2024-01-11 00:34:47 +00:00
REM ie. c:\FD-Src\gui
2023-10-06 02:31:46 +00:00
2024-01-11 00:34:47 +00:00
call npm start
2023-10-06 02:31:46 +00:00
pause