mirror of
https://github.com/microsoft/Microsoft-3D-Movie-Maker.git
synced 2024-11-14 15:35:06 +00:00
9 lines
232 B
Batchfile
9 lines
232 B
Batchfile
@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
|