Skip to content
Discussion options

You must be logged in to vote

@pa-0 What script do you exactly use for downloading/archiving game files?

Oh, just saw that you use download_all_games.ps1.

I think you can use this version of download_all_games.ps1, which includes a SKIP_FILES variable that is a list. Any file names in the list should be skipped (not downloaded).

# To run the script, open PowerShell and execute the following command:
# Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass; .\download_all_games.ps1

# Colors
$RED = "`e[31m"
$GREEN = "`e[32m"
$YELLOW = "`e[33m"
$NC = "`e[0m" # No Color

Write-Host "${GREEN}===================== Download All Games (Windows Powershell Version) ======================${NC}"
Write-Host "${GREEN}The code …

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@pa-0
Comment options

@pa-0
Comment options

@pa-0
Comment options

@habedi
Comment options

@pa-0
Comment options

Answer selected by pa-0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants