简体   繁体   中英

Moving a folder to a different folder in the user directory

I'm developing a Minecraft client and I need to make an installer, I'm trying to move the folder to (%appdata%.minecraft\\versions or C:\\Users\\USERNAME\\AppData\\Roaming.minecraft\\versions) but it always says incorrect syntax of the command, can anyone help me on this?

Code:

move ./PolarClient %appdata%\.minecraft\versions
pause

-Compo solved it.-

Whenever there is space in the pathname, use double quotes like below.

move "./PolarClient %appdata%\.minecraft\versions"
pause

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM