Page 1 of 1

Specify location for folders created on "Users".

Posted: Tue May 23, 2023 9:12 pm
by hellishvictor
Hi, the program creates some folders (Fixtures, InputProfiles, MidiTemplates, ModifiersTemplates and RGBScripts) on "C:\Users\NAME\QLC+\", and it would be awesome if where possible to specify where those folders gonna be created, or at least, create them on the same folder where the program is, so it can be used as portable and launch it from an usb pendrive.

Cheers.

Re: Specify location for folders created on "Users".

Posted: Wed May 24, 2023 7:33 am
by GGGss
The paths are set fixed. There once was a windows version that only let installed programs write to certain limited directories.

With a simple batch command you can copy all files needed to your prendrive.
xcopy "c:\users\NAME\QLC+\*.*" e: /s
Where e: is the drive name of your pendrive.