From f2e896937cd06e35027f00140d81a6f715b92cab Mon Sep 17 00:00:00 2001 From: hf02 <55464333+hf02@users.noreply.github.com> Date: Tue, 4 Jul 2023 21:16:14 -0400 Subject: [PATCH] More specific instructions on joining split files on Windows (#335) * Update dump-games.md --- _pages/en_US/dump-games.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/_pages/en_US/dump-games.md b/_pages/en_US/dump-games.md index 97b067a2f..11a1e458b 100644 --- a/_pages/en_US/dump-games.md +++ b/_pages/en_US/dump-games.md @@ -91,10 +91,13 @@ If you dumped the disc on a FAT32 formatted, device, you should've got at least ## Windows -1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. -1. Open up a Command Prompt window. -1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. +1. Copy all the files that share the same name and end with `.partX.iso` into an empty folder on your computer. +1. Open the folder in File Explorer. +1. While holding Shift, right click on an empty space within the folder. +1. Select "Open PowerShell window here". +1. In the new window that appears, type `cmd` and press enter. +1. Finally, type `copy /b *.part?.iso game.iso` and press enter. +1. Wait until it finishes. You can confirm this when "1 file(s) copied." appears. ## macOS/Linux