Summary: Using cmd or a batch file run this command Ping ipaddress >driveletter:\foldername\ yourtextfile.txt A one sentence question will result in a one sent...
Summary: I'd like to know a command to create a directory (folder) with the date inserted. For example "backup 02-04-2003". Do you, wise guys, know how to writ...
Summary: Thank you for reading this - I'm trying to figure out how to get a cmd.exe window to close after a simple batch file has run. The batch file simply in...
Summary: Useing XP, want to write a batch that will change the admin password on a group of XP stations, by inputing the info automatically, using NET USER, li...
Summary: I WANT TO WRITE A WINDOWS BATCH THAT WILL DELETE *.LOG FILES FROM THREE DIFFERENT FOLDERS LOCATED IN A FOLDER. THE PATH FOR THE FOLDERS ARE D:\M...
Summary: Hello. I have been looking for a similar batch and could not find one that works for me. My problem is simple. I need a batch that would search all ha...
Summary: hi i have prepare a batch script for pinging my all devices. for /f %%I in (ping) do (ping -n 1 %%I | find "Reply" >> result.log if errorlevel 1 e...
Summary: Thanks A Lot for reply will you plz help me out for below script i have prepare a batch script for pinging my all devices. (in my "ping" file 2 IP is ...
Summary: I made a chat client in batch for use at my school. It basically writes the user's input to a .txt file on the server, and then the "viewer" displays ...
Summary: I have written a batch for 9x called BUGKIT- an emergency AV kit for downloading and updating several AV tools. I am trying to make it NT compatible, ...
Summary: thanks for the help, it's TPC/IP, through a hub, all the settings seem to be the same, and there are link lights, it won't let me ping anyone but that...
Summary: Happy Thanksgiving! All my computers are running Windows XP. I have enabled through the firewall echoing of ICMP requests {for pinging}. However, I ca...
Summary: By the way, I think it's clear upon re-reading what I wrote that what I was *trying* to do was get the syntax for PING, which I would have gotten by "...
Summary: How do I make a batch file that will make a new folder based on todays date then copy 1 file from another folder and paste it into the new date direct...
Summary: Ping isn't a command, it's a program and you should be able to call it from within command.com. Do a search for ping.exe to make sure it's actually th...
Summary: are you sure you have the proper permissions for pinging the gateway, server, etc.? Also, you might want to try posting in the networking forum as op...
Summary: Basicly, ZoneAlarm works in two ways (not sure of Norton, never used it). 1. Blocking incoming interent traffic that you didn't ask for (ping, ftp, te...
Summary: Directory contains individual PDF files, each for a different customer. I have one CD-RW drive. How can I queue so that: (1) The burner will copy one ...
Summary: Just save the following line as a batch @For /F "tokens=1-5" %%A in (%1) Do ( Echo %%A %%B %%C %%D %%E >> %2) Where each variable (%%A, %%B and so on)...
Summary: If you are running XP pro you will set this in the gpedit. Follow my instruction.. There you will see the Start up and shut down. It wont clear the fi...
Summary: This will do it At cmd prompt. Change ? for your drives only spaces needed between eg (c d e f g) for %D in (c ? ? ?) do attrib /s %D:\*.* >allfiles.t...
Summary: I have a firwall VPN client on a number of laptops. Access is negotiated through the firewall when an address inside the firewall is pinged, or when ...
Summary: I'm trying to create a batch file to monitor ping response times. This batch file will run continously during the day & will output the date time & th...