Jump to content

Recommended Posts

Posted

I'm used to using for loop in dos to do some tasks

for /f ("tokens=1") %%a in (list.txt) do ( ping %%a )

In addition does anyone know how to perform some administrative tasks remotely as well.

Example delete one file.

Thanks.

Posted

Hmmm I also looking at some of these functions.

Example _Net_Share_xxxx

but couldn't find an example on how do a simple delete from remote system.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...