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...
Minecraft World Extractor
Moderator: DosItHelp
Re: Minecraft World Extractor
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
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
iT'S ALIVE!!!! (a.k.a. it works, thanks...
-
- Posts: 7
- Joined: 20 Feb 2012 08:14
- Location: Behind you
- Contact:
Re: Minecraft World Extractor
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
maybe, it needs a little more work first, check back later
Re: Minecraft World Extractor
it's going to take longer than i thought, stupid teacher confiscated jump drive