Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

sending variable to ultravnc.ini

Post Reply
shawnmstout
8
8
Posts: 24
Joined: 2009-07-17 09:15

sending variable to ultravnc.ini

Post by shawnmstout »

is there a way to find out what the system drive is either sending as a variable or a predefined variable? here is the one in question

path=C:\UltraVNC

would like to make something like

path= $systemdrive & "\UltraVNC"
mcwtim
8
8
Posts: 23
Joined: 2008-01-20 16:33
Location: USA

Re: sending variable to ultravnc.ini

Post by mcwtim »

You should be able to use %SYSTEMDRIVE% for all Windows OS's

path=%SYSTEMDRIVE%\UltraVNC would be for your example
Post Reply