Search found 5 matches

by fuba82
28 Mar 2023, 15:06
Forum: Help
Topic: Destionation folder, ignore Environment Variables?
Replies: 10
Views: 1009

Re: Destionation folder, ignore Environment Variables?


Did some testing, I can't figure out how to get it to work either. I would say that using "%" in a folder name is a horrible idea, but it is a perfectly valid folder name.

Well...
For Backup solutions, it is DEFINITELY NOT a "bad idea" at all!

For example, you have Backups in the following ...
by fuba82
27 Mar 2023, 08:28
Forum: Help
Topic: Destionation folder, ignore Environment Variables?
Replies: 10
Views: 1009

Re: Destionation folder, ignore Environment Variables?


OK, so now it is clear what you want.
In the Windows command line, you can escape the special meaning of the % character by escaping it by itself, so %% . Not sure if that also works like that in FFS, but it does not hurt to try.
So, try typing e.g.
D:\!Backup\FFS\ %% appdata %% \blabla
directly ...
by fuba82
26 Mar 2023, 17:56
Forum: Help
Topic: Destionation folder, ignore Environment Variables?
Replies: 10
Views: 1009

Re: Destionation folder, ignore Environment Variables?

Create the location and then use "browse" to select it in FFS xCSxXenon, 26 Mar 2023, 16:28
already tried and it does not work, the %appdata% will also be expanded when browse the folder
by fuba82
26 Mar 2023, 15:08
Forum: Help
Topic: Destionation folder, ignore Environment Variables?
Replies: 10
Views: 1009

Re: Destionation folder, ignore Environment Variables?

It is very clear ^^

I want to create a folder structure that looks EXACTLY like this:
D:\!Backup\FFS\%appdata%\blabla
or this:
D:\!Backup\FFS\%username%\blabla
or more detailed, i want to create a directory/folder named
%appdata%
or
%username%
as a SubFolder of this path
D:\!Backup\FFS\
by fuba82
26 Mar 2023, 09:07
Forum: Help
Topic: Destionation folder, ignore Environment Variables?
Replies: 10
Views: 1009

Destionation folder, ignore Environment Variables?

Hi there,

i try to add this as Destionation folder:
D:\!Backup\FFS\%appdata%
but FFS always expand the Environment Variable

any chance to prevent this?