Search found 1 match

by montalban13
24 May 2023, 10:36
Forum: Ask for Help (v2)
Topic: AnyDesk automation
Replies: 0
Views: 283

AnyDesk automation

Hi! I'm trying to automate some AnyDesk remote access. This is the Command from AnyDesk Documentation: echo <password> | anydesk.exe <ID/Alias> --with-password With this code: id := "727850978" password := "password" stringToRun := "echo " . password . " | C:\Program Files (x86)\AnyDesk\AnyDesk.exe ...

Go to advanced search