Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing PostBuildEvent from xcopy to robocopy #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

john-peterson
Copy link
Member

Changing PostBuildEvent from xcopy to robocopy

Robocopy rather than xcopy

Create the problem with

# create junction in dolphin.exe path
mklink /j user c:\dolphin\data\user

# overwrite older with newer settings files
xcopy "$(SolutionDir)..\Data" "$(TargetDir)" /e /s /y /d
robocopy "$(SolutionDir)..\Data" "$(TargetDir)" /s /xo

the xcopy /e /s /y /d command overwrite the "user" junction with the "Data" folder

the junction command treat the junction as a folder

Discussion

[03:04] @Sonicadvance1 JPeterson, Is robocopy provided default on Windows XP machines when they install Visual Studio?

No the first Windows version with System32\Robocopy.exe is 6.0

[03:21] @Jasper We care about XP?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant