python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to send "Enter-key" through batch file to server connected via batch file
Hi guys
With Gerhard's help, these below codes work perfectly for me
@echo off
set "range=10.151.12.11 10.151.13.11 10.151.27.11"
for %%i in (%range%) do (
start "" cmdkey.ex...
faisal qureshi
Votes: 0
Answers: 2
Can I remotely connect to a PC that is on a VPN?
With my personnal PC, I used to connect to my WORK PC that was in the workplace building. With my personnal PC, I had to connect to CISCO VPN first, then connect to my work PC.
But we were recently in...
Chadi N
Votes: 0
Answers: 1
How to connect to servers listed in a bat file in a fixed order and not randomly?
The bat file connects 35 servers at one click, but they connect randomly instead of what I mention in the bat. I need to connect the first server, which I list on the bat, but they won't connect. I wo...
faisal qureshi
Votes: 0
Answers: 2
PowerShell: get list of RDS Collections
Very new to PowerShell here...
I'm trying to use PowerShell to get a complete list of Collection Names from our RDS environment. Preferably, these names would be stored in an array so that I can cycle...
mrbranden
Votes: 0
Answers: 1