Astraios Posted January 2, 2021 Share Posted January 2, 2021 (edited) Hi and Hello, how can I change the file save destination for *.pcp files (EQ Pro Channel)? In the folder locations (Preferences) I haven't found a way to do this... Here In my system it always ends up in: C:\Users\******\AppData\Roaming\Cakewalk\Cakewalk Core But this is not the location where I want to save my pcp presets. Hmm, saving about 15 pcp-presets in a project always searching the individual path takes a lot of time... Any idea? ? ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- Can't see anything to change *pcp file location... Where is my total misstake again? Edited January 20, 2021 by Astra-Ios Link to comment Share on other sites More sharing options...
Astraios Posted January 3, 2021 Author Share Posted January 3, 2021 (edited) How do I make windows 10 remember the last folder I saved to? https://answers.microsoft.com/en-us/windows/forum/windows_10-files/how-do-i-make-windows-10-remember-the-last-folder/d9883d4e-451e-4b19-892c-1a6779dc3cdd?auth=1 Edited January 18, 2021 by Astra-Ios Link to comment Share on other sites More sharing options...
Astraios Posted January 18, 2021 Author Share Posted January 18, 2021 --- Link to comment Share on other sites More sharing options...
Glenn Stanton Posted January 18, 2021 Share Posted January 18, 2021 or remap it via mklink command - this way you can put all your presets onto another drive / location and the app thinks its the original 1 Link to comment Share on other sites More sharing options...
Astraios Posted January 18, 2021 Author Share Posted January 18, 2021 2 hours ago, Glenn Stanton said: or remap it via mklink command - this way you can put all your presets onto another drive / location and the app thinks its the original ... another term for mklink seems to be: "symlink" thx for your advice - maybe this could be a solution ? Link to comment Share on other sites More sharing options...
Glenn Stanton Posted January 19, 2021 Share Posted January 19, 2021 you should use the junction /J setting as this creates a hard link to the directory Creates a symbolic link. MKLINK [[/D] | [/H] | [/J]] Link Target /D Creates a directory symbolic link. Default is a file symbolic link. /H Creates a hard link instead of a symbolic link. /J Creates a Directory Junction. Link Specifies the new symbolic link name. Target Specifies the path (relative or absolute) that the new link refers to. 1 Link to comment Share on other sites More sharing options...
Astraios Posted January 19, 2021 Author Share Posted January 19, 2021 (edited) That works: mklink /J d:/XXX "C:\Users\uweni\AppData\Roaming\Cakewalk\Cakewalk Core\ProChannel Presets" but this doesn't: mklink /J "D:\Cakewalk CbBL\Cakewalk Content\Cakewalk Core\XXX" "C:\Users\uweni\AppData\Roaming\Cakewalk\Cakewalk Core\ProChannel Presets" ... looks like you can't create a new folder (XXX) in a structure of already existing folders (?) Edited January 19, 2021 by Astra-Ios Link to comment Share on other sites More sharing options...
Glenn Stanton Posted January 19, 2021 Share Posted January 19, 2021 correct, you cannot create a link if a conflicting name exists - so copy the original folder first, "x out" the old dir, then do the mklink. this way the old directory is still there as a backup, as well as the copy you made (the new target). if it all checks out, then delete the x'd out folder. Copy C:\Users\MyName\OldDir -> D:\Settings\Product\OldDir C:\Users\MyName\OldDir -> C:\Users\MyName\OldDir.X mklink /J "C:\Users\MyName\OldDir" "D:\Settings\Product\OldDir" 1 Link to comment Share on other sites More sharing options...
Astraios Posted January 19, 2021 Author Share Posted January 19, 2021 (edited) 3 hours ago, Glenn Stanton said: Okay, thx - did it your way and it works fine now! ? Edited January 19, 2021 by Astra-Ios 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now