4 lines
58 B
Batchfile
4 lines
58 B
Batchfile
|
@echo off
|
||
|
set VID_HOME=%~dp0
|
||
|
set PATH=%~dp0\bin;%PATH%
|