10 lines
145 B
Batchfile
10 lines
145 B
Batchfile
|
|
@echo off
|
||
|
|
|
||
|
|
DISM /online /enable-feature /featurename:DirectPlay /all
|
||
|
|
|
||
|
|
start /wait "" RegSetup.exe
|
||
|
|
|
||
|
|
start /wait "" dplay-setup.exe
|
||
|
|
|
||
|
|
exit
|