Page 1 of 1
Minecraft World Extractor
Posted: 13 Feb 2012 17:43
by storm97
hello, im trying to make a file to automaticly install minecraft worlds, here is the line of code i need help with...
xcopy /e J:\30975\Stuff\Apps\Minecraft\Worlldextractorinstaller\worlds\saves C:\Users\%userprofile%\AppData\Roaming\.minecraft
i always get asked if it's a directory or file, then an incorrect path but im pretty sure it's correct
just to let u know, saves folder consists of subfolders and files...
thanks for help...
Re: Minecraft World Extractor
Posted: 13 Feb 2012 19:33
by Liviu
storm97 wrote:i always get asked if it's a directory or file, then an incorrect path but im pretty sure it's correct
That's easy to doublecheck, just try
dir J:\30975\Stuff\Apps\Minecraft\Worlldextractorinstaller\worlds\saves
dir C:\Users\%userprofile%\AppData\Roaming\.minecraft
at the cmd prompt, and if those (most likely) report errors, then get the paths right, first. In particular, check '%userprofile%' vs. '%username%', and maybe the 'Worlldextractorinstaller' spelling.
Liviu
Re: Minecraft World Extractor
Posted: 13 Feb 2012 22:04
by foxidrive
storm97 wrote:hello, im trying to make a file to automaticly install minecraft worlds, here is the line of code i need help with...
xcopy /e J:\30975\Stuff\Apps\Minecraft\Worlldextractorinstaller\worlds\saves C:\Users\%userprofile%\AppData\Roaming\.minecraft
i always get asked if it's a directory or file, then an incorrect path but im pretty sure it's correct
Try this - the trailing slash should stop it asking if it is a file or folder. The double quotes will help if userprofile contains spaces etc.
xcopy /e "J:\30975\Stuff\Apps\Minecraft\Worlldextractorinstaller\worlds\saves" "C:\Users\%userprofile%\AppData\Roaming\.minecraft\"
Re: Minecraft World Extractor
Posted: 14 Feb 2012 19:49
by storm97
iT'S ALIVE!!!! (a.k.a. it works, thanks...

Re: Minecraft World Extractor
Posted: 20 Feb 2012 09:46
by Mister Fox
storm97 wrote:iT'S ALIVE!!!! (a.k.a. it works, thanks...

Could you possibly put the file up for download?
I'm sure the frustrated minecraft players out there would love a tool like this!
Re: Minecraft World Extractor
Posted: 20 Feb 2012 15:22
by storm97
maybe, it needs a little more work first, check back later
Re: Minecraft World Extractor
Posted: 27 Feb 2012 17:07
by storm97
it's going to take longer than i thought, stupid teacher confiscated jump drive
