<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Psexec on Anything About IT</title><link>https://www.verboon.info/tags/psexec/</link><description>Recent content in Psexec on Anything About IT</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 11 May 2011 15:10:32 +0000</lastBuildDate><atom:link href="https://www.verboon.info/tags/psexec/index.xml" rel="self" type="application/rss+xml"/><item><title>PSExec launch script</title><link>https://www.verboon.info/2011/05/psexec-launch-script/</link><pubDate>Wed, 11 May 2011 15:10:32 +0000</pubDate><guid>https://www.verboon.info/2011/05/psexec-launch-script/</guid><description>&lt;p&gt;Tired of typing the psexec command with all the command line options? Here’s a short PsExec launch script I wrote today. Using this allows you to just type the remote computer’s computer name or IP address and then launches the command prompt.&lt;/p&gt;
&lt;p&gt;@echo off &lt;br&gt;
Echo&lt;/p&gt;
&lt;p&gt;SET user= *ADD USERNAME HERE &lt;br&gt;
*SET pwd= &lt;em&gt;ADD PASSWORD HERE&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;:START &lt;br&gt;
SET /P Node=Computername or IP Address: &lt;br&gt;
IF &amp;ldquo;%node%&amp;quot;==&amp;rdquo;&amp;quot; GOTO :START&lt;/p&gt;
&lt;p&gt;Echo. &lt;br&gt;
Echo Starting PSEXEC on %node% &lt;br&gt;
Echo. &lt;br&gt;
psexec -u %user% -p %pwd% \%node% cmd&lt;/p&gt;</description></item></channel></rss>