Search found 1 match

by boomboom
22 Jun 2022 07:26
Forum: DOS Batch Forum
Topic: Batch file to load remote desktop
Replies: 1
Views: 3127

Batch file to load remote desktop

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%