Skip to content

Instantly share code, notes, and snippets.

@miaout17
Created October 1, 2008 13:52
Show Gist options
  • Save miaout17/14078 to your computer and use it in GitHub Desktop.
Save miaout17/14078 to your computer and use it in GitHub Desktop.
set ramDiskImgDir=C:\RamDiskImg
md %ramDiskImgDir%\ChromeUserData
xcopy /s /y /k "R:\ChromeUserData\Local State" %ramDiskImgDir%\ChromeUserData\
xcopy /y /k R:\ChromeUserData\Default\*.* %ramDiskImgDir%\ChromeUserData\Default\
xcopy /s /y /k "R:\ChromeUserData\Default\Plugin Data\*.*" "%ramDiskImgDir%\ChromeUserData\Default\Plugin Data\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment