Replies: 2 comments 2 replies
-
This isn't really specific to DepotDownloader, and is entirely dependent on what shell you are using. |
Beta Was this translation helpful? Give feedback.
-
Disclaimer: This is targeted towards Windows OS. SummaryWhen passing a password with special characters as parameter it needs to be escaped on two levels. Alternatively, you can omit the password parameter and DepotDownloader will prompt you to type (or paste) it without having to worry about escaping. TL;DRCMD PowerShell DetailsFirst levelThe first level is the shell level. I will cover CMD and PowerShell - if you are using a different shell, different rules will apply. CMDIf you are using the CMD shell or a batch file (
Examples
References PowerShellIf you are using PowerShell or a PowerShell script ( For simplicity sake I recommended using single quotes as you will only need to replace each single quote within the password with an additional single quote. Examples
References Second levelThe second level is the command line level. The command line is used to pass parameters to an application. There are basically 3 rules:
Examples
Instead of doing this manually, you could use PowerShell and the .NET method
|
Beta Was this translation helpful? Give feedback.
-
Is there a way to make depotdownloader read the steam login details from a separate file?
Beta Was this translation helpful? Give feedback.
All reactions