Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

File Create.bat ?

Post Reply
jcd
8
8
Posts: 18
Joined: 2006-11-28 21:15

File Create.bat ?

Post by jcd »

When I modify and save helpdesk.txt in the custom directory, and after when I launch the create.bat manuely, the new modified pchelpware_server.exe is copied in the server directory, in myservers directory, but not in the myservers/xxx where xxx is the alias name ! It seems that is an error, yes or not.

Many thanks for your answer.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: File Create.bat ?

Post by Rudi De Vos »

create.bat takes %1
#create.bat myalias
./myservers/mylias

Without parameter, %1 = "" and subdir ./myservers/"" == ./myservers
jcd
8
8
Posts: 18
Joined: 2006-11-28 21:15

Re: File Create.bat ?

Post by jcd »

Many Thanks
Post Reply