- Joined
- Oct 15, 2024
- Messages
- 5,001
what are you trying to do with the batch file?@ECHO OFF
MKDIR c:\gameTestLol
xcopy /s c:\"This PC"\Downloads\friendshipgame d:\target\gameTestLol
I made a .bat file with this, ran it, but it didn't do anything I think. What am I doing wrong? I also did a version where it was just:
@ECHO OFF
MKDIR c:\gameTestLol
xcopy /s c:\Downloads\friendshipgame d:\target\gameTestLol
tell me and i can help you