Files
FateOfTheDragonExpansionEx-HD/setup.cmd

10 lines
145 B
Batchfile
Raw Normal View History

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