Files

10 lines
145 B
Batchfile
Raw Permalink Normal View History

@echo off
DISM /online /enable-feature /featurename:DirectPlay /all
start /wait "" RegSetup.exe
start /wait "" dplay-setup.exe
exit