mirror of
https://github.com/microsoft/Microsoft-3D-Movie-Maker.git
synced 2024-11-22 10:22:40 +01:00
10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
|
@echo off
|
||
|
if not "%SOC_ROOT%" == "" goto GOTSR
|
||
|
set SOC_ROOT=C:\SOC
|
||
|
echo SOC_ROOT not set. Assuming '%SOC_ROOT%'.
|
||
|
:GOTSR
|
||
|
|
||
|
del %SOC_ROOT%\setup\setup.tdf
|
||
|
%SOC_ROOT%\setup\tools\setuptdf /C40
|
||
|
move setup.tdf %SOC_ROOT%\setup\setup.tdf
|