mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
3 lines
219 B
Batchfile
3 lines
219 B
Batchfile
@REM We prefer to use the %localappdata% variable when available
|
|
@REM but it's not on XP/2000, so we use a VBScript as an alternative
|
|
(cd /D "%localappdata%\0ad\logs\" && start .) || cscript //Nologo OpenLogsFolder.vbs
|