Hello All, need a bat file to complete a task, looking some help.
I have PS tools located on the PC I need a file that will do this.
@echo off
PSKILL RVD.exe
I need it to prompt for a computer name so
@echo off
pskill rvd.exe %computername%
Also it will be a remote computer that needs it killed not local
could someone help, been a while from I have writen a bat file to prompt for computer name thanks.