Hi
I have a game called Hearts of Iron 2 : Armageddon which i can play in Ubuntu through wine. There is a mod out for this game called TRP that i think just adds new text files that the main exe file reads - therefore i assume it should work ok.
As part of the install of TRP a .bat file is run that looks like this:
@Echo off
ren scenarios scenarios_old
ren scenarios_new scenarios
copy scenarios\data\*.* scenarios_old\data\*.*
move scenarios_old\data\*.* scenarios\data\
rd scenarios_old /s /q
rd ai /s /q
ren ai_new ai
del db\events.txt
rd db\events /s /q
del %0
will all these commands work? - only it looks like maybe only the ones down to "move scenarios" actually happened
also could someone translate what each of the lines means so i could try and do them manually - i assume rd is remove dir but what do:
/s/q
del %0
actually mean?
many thanks
Diss
I have a game called Hearts of Iron 2 : Armageddon which i can play in Ubuntu through wine. There is a mod out for this game called TRP that i think just adds new text files that the main exe file reads - therefore i assume it should work ok.
As part of the install of TRP a .bat file is run that looks like this:
@Echo off
ren scenarios scenarios_old
ren scenarios_new scenarios
copy scenarios\data\*.* scenarios_old\data\*.*
move scenarios_old\data\*.* scenarios\data\
rd scenarios_old /s /q
rd ai /s /q
ren ai_new ai
del db\events.txt
rd db\events /s /q
del %0
will all these commands work? - only it looks like maybe only the ones down to "move scenarios" actually happened
also could someone translate what each of the lines means so i could try and do them manually - i assume rd is remove dir but what do:
/s/q
del %0
actually mean?
many thanks
Diss