From c461f5d45bb235b131a4daf3ac3ebe364eab5e25 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 6 Mar 2021 19:07:04 +0000 Subject: [PATCH] 4.2.0-beta2: changelog: Attempt to cite actually tested runas command --- ChangeLog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index c2dfc3e1..eaf4383e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,6 +7,17 @@ Pre-Release 4.2.0-beta2 This release actually includes the commits to enable Steam and Epic authentication. +**NB: The correct form for the runas command is as follows:** + +`runas /user: "\\"c:\\Program Files (x86)\\EDMarketConnector\\EDMarketConnector.exe\\" --force-localserver-for-auth"` + +If anything has messed with the backslash characters there then know that you +need to have " (double-quote) around the entire command (path to program .exe +*and* any extra arguments), and as a result need to place a backslash before +any double-quote characters in the command (such as around the space-including +path to the program). + + Pre-Release 4.2.0-beta1 ===