11 lines
No EOL
296 B
Batchfile
11 lines
No EOL
296 B
Batchfile
@echo off
|
|
|
|
:Flags
|
|
for %%f in (%*) do (
|
|
if /i "%%f" == "/DEBUG" (@echo on)
|
|
)
|
|
|
|
:Launch
|
|
echo Waiting for software installation to finish...
|
|
call "%~dp0\..\.bin\Scripts\Launch.cmd" Program "%~dp0\..\.bin\_Drivers" "GetProductInfo.exe" "" /admin /wait
|
|
start "" "http://support.toshiba.com/drivers" |