1.

Solve : scripted file removal remotely by IP address????

Answer»

I have some bad software being used all over and I need to fix it REMOTELY.
I can get my users to give me the IP address and then I need to ERASE /F /q C:\ClaimTrak\*.LBS

can I batch file ask for IP and launch VNC passing the addy?Quote from: badbot on May 20, 2009, 03:26:09 PM

I have some bad software being used all over and I need to fix it remotely.
I can get my users to give me the IP address and then I need to ERASE /F /q C:\ClaimTrak\*.LBS

can I batch file ask for IP and launch VNC passing the addy?
Can VNC be used with the command prompt?sorry no vnc cannot, mixing my questions upQuote from: badbot on May 20, 2009, 04:53:16 PM
sorry no vnc cannot, mixing my questions up
So...you want to remotely delete a file on someone else's computer...they would need their FIREWALL disabled, which I doubt they will want to do.you could send them the batchfile to run themselves...Quote from: BC_Programmer on May 20, 2009, 06:27:41 PM
you could send them the batchfile to run themselves...
that would be the best BET...if you have administrator access on the network, you could delete by computer name though. not sure about how to by ip address.
ERASE /F /s \\computername\C$\ClaimTrak\*.LBS


Discussion

No Comment Found