Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| programs:windows:steamcmd [2026/09/24 01:08] – Sean Rhone | programs:windows:steamcmd [2026/09/24 01:14] (current) – name ECHO last so no trailing space Sean Rhone |
|---|
| * https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/blob/master/Readme_release.txt | * https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/blob/master/Readme_release.txt |
| |
| * ''force_account_name.txt'' | |
| * ''disable_networking.txt'' | * ''disable_networking.txt'' |
| * ''disable_overlay.txt'' | * ''disable_overlay.txt'' |
| * ''offline.txt'' | * ''offline.txt'' |
| | * ''force_account_name.txt'' |
| |
| MKDIR "%ProgramFiles%\Steam\emu\steam_settings" & ECHO Espionage724> "%ProgramFiles%\Steam\emu\steam_settings\force_account_name.txt" & TYPE NUL > "%ProgramFiles%\Steam\emu\steam_settings\disable_networking.txt" & TYPE NUL > "%ProgramFiles%\Steam\emu\steam_settings\disable_overlay.txt" & TYPE NUL > "%ProgramFiles%\Steam\emu\steam_settings\offline.txt" && DIR /B "%ProgramFiles%\Steam\emu\steam_settings" | MKDIR "%ProgramFiles%\Steam\emu\steam_settings" & TYPE NUL > "%ProgramFiles%\Steam\emu\steam_settings\disable_networking.txt" & TYPE NUL > "%ProgramFiles%\Steam\emu\steam_settings\disable_overlay.txt" & TYPE NUL > "%ProgramFiles%\Steam\emu\steam_settings\offline.txt" & ECHO Espionage724> "%ProgramFiles%\Steam\emu\steam_settings\force_account_name.txt" |
| |
| ====== Etc ====== | ====== Etc ====== |