%homedrive%%homepath%
can these variables, or similar, be used to select a folder such as
c:\users\user01.....?
this way, if i have a computer with \user01
and
i want to copy to another computer of user \admin01
my left sided selection would not have to change
thans
nick
Variables for selection of drive?
-
- Posts: 85
- Joined: Wed Sep 23, 2020 10:38 pm
Re: Variables for selection of drive?
Hello,
yes, but I recommend using these instead:
$USERPROFILE
(such as C:\Users\User01)
$MYDOCUMENTS
(such as C:\Users\User01\Documents)
See also:
https://www.syncovery.com/variables/
yes, but I recommend using these instead:
$USERPROFILE
(such as C:\Users\User01)
$MYDOCUMENTS
(such as C:\Users\User01\Documents)
See also:
https://www.syncovery.com/variables/