4 lines
48 B
Batchfile
4 lines
48 B
Batchfile
|
@echo off
|
||
|
cscript %~dp0\i.vbs %~dp0\x.cmd
|
||
|
@exit
|