Here are some custom tools I've created over time, usually when the need to do a specific task more efficiently has risen.
<span style="font-weight: bold">Connect to with PCAnywhere</span>
awrem32.exe c:\progra~1\symantec\pcanywhere\data\%E%.chf
<span style="font-weight: bold">Start a specific Service</span>
netsvc SERVICENAME \\%E% /start
<span style="font-weight: bold">Open a specfic directory on selected entry</span>
explorer \\%E%\admin$\system32\lls
<span style="font-weight: bold">Get User SID</span>
cmd.exe /x /c getsid \\YOURPDC %E% & pause
<span style="font-weight: bold">Get Computer SID</span>
cmd.exe /x /c getsid \\%E% & pause
<span style="font-weight: bold">Copy file from prompted servername</span>
cmd.exe /x /c copy \\%P1%\share\file.dat \\%E%\share\folder
----
Some of these commands require NT Resource Kit Utilities, other require freeware tools from System Internals.
Jeff
[This message has been edited by shadrach (edited 10-26-2000).]
<span style="font-weight: bold">Connect to with PCAnywhere</span>
awrem32.exe c:\progra~1\symantec\pcanywhere\data\%E%.chf
<span style="font-weight: bold">Start a specific Service</span>
netsvc SERVICENAME \\%E% /start
<span style="font-weight: bold">Open a specfic directory on selected entry</span>
explorer \\%E%\admin$\system32\lls
<span style="font-weight: bold">Get User SID</span>
cmd.exe /x /c getsid \\YOURPDC %E% & pause
<span style="font-weight: bold">Get Computer SID</span>
cmd.exe /x /c getsid \\%E% & pause
<span style="font-weight: bold">Copy file from prompted servername</span>
cmd.exe /x /c copy \\%P1%\share\file.dat \\%E%\share\folder
----
Some of these commands require NT Resource Kit Utilities, other require freeware tools from System Internals.
Jeff

[This message has been edited by shadrach (edited 10-26-2000).]
Comment