8 lines
112 B
Batchfile
8 lines
112 B
Batchfile
@echo off
|
|
|
|
set PATH=C:\Windows\System32;%PATH%
|
|
|
|
@call installer\Scripts\activate.bat
|
|
|
|
@call invoke start
|