Bat File - TechRepublic
Question
October 27, 2010 at 11:55 PM
wizard-09

Bat File

by wizard-09 . Updated 15 years, 7 months ago

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.

This discussion is locked

All Comments