3 lines
64 B
Batchfile
3 lines
64 B
Batchfile
@echo off
|
|
call "%~dp0install.bat" > "%~dp0install_log.txt" 2>&1
|
@echo off
|
|
call "%~dp0install.bat" > "%~dp0install_log.txt" 2>&1
|