Skip to content

Commit 9c222ba

Browse files
authored
Update generating-retroarch-logs.md to prevent pwsh confusion on Windows
The Windows directions contain a tip to use a folder context menu to open a PowerShell instance in that location. However, the remainder of the commands will fail as pwsh, like bash and other *nix-style shells, does not include . in the path. To sidestep this and avoid having parallel sets of steps (one including "./" and one without), a step was added to the tip to switch to cmd within that PowerShell instance.
1 parent 1d68440 commit 9c222ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/guides/generating-retroarch-logs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ This will place the logs in the System Events Logs directory, visible in the "Di
4646
!!! tip
4747
You can hold `shift` then `right click` on the **folder that contains** retroarch.exe <br />
4848
Select `Open PowerShell window here`.<br />
49+
In the PowerShell window, use the `cmd` command to switch to the Windows console.
4950
Then jump to step 3.
5051

5152
1. Open a console window with the `cmd` command, found either in the Start Menu or through use of the Windows "Run" menu.

0 commit comments

Comments
 (0)