Skip to content

Commit

Permalink
dump-wii-games.md: Specifically run cmd for joining split Wii games (#…
Browse files Browse the repository at this point in the history
…181)

* Specifically run cmd for joining split wii games
  • Loading branch information
Naim2000 authored Oct 22, 2023
1 parent 2424bfe commit 4db32e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/extras/dump-wii-games.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ If you intend to use this guide to share your dumped games, don't.
#### Windows {docsify-ignore}

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 <path>` command and replace `<path>` by the path to your `.partX.iso` files.
1. Use the following command as is: `copy /b *.part?.iso game.iso`.
1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`.
1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`.

#### macOS/Linux {docsify-ignore}

Expand Down

0 comments on commit 4db32e2

Please sign in to comment.