Batch file to load remote desktop
Posted: 22 Jun 2022 07:26
Hi,
I am looking for help creating a batch file to open a remote desktop and enter in the username/password so all that needs to be done is click on the file.
Here is what i have so far...
@echo off
:A
cls
echo Remote DESKTOP
set /p n=Computername:"192.168.0.25"
mstsc -v %n%
I am looking for help creating a batch file to open a remote desktop and enter in the username/password so all that needs to be done is click on the file.
Here is what i have so far...
@echo off
:A
cls
echo Remote DESKTOP
set /p n=Computername:"192.168.0.25"
mstsc -v %n%