Search found 10 matches

by smarkcum0412
24 Jun 2016 07:06
Forum: DOS Batch Forum
Topic: bat to export results to 2nd column.
Replies: 23
Views: 18145

Re: bat to export results to 2nd column.

i was answering foxidrive.
by smarkcum0412
24 Jun 2016 05:57
Forum: DOS Batch Forum
Topic: bat to export results to 2nd column.
Replies: 23
Views: 18145

Re: bat to export results to 2nd column.

i usually let it ping about down to 10 or so before i kill the process.
by smarkcum0412
23 Jun 2016 14:51
Forum: DOS Batch Forum
Topic: bat to export results to 2nd column.
Replies: 23
Views: 18145

Re: bat to export results to 2nd column.

yes Squashman


Foxidrive everything works except it just records "new top tech" in the output file. It never moves through the list. The pings do and the pings start where I want them too now.
by smarkcum0412
23 Jun 2016 10:06
Forum: DOS Batch Forum
Topic: bat to export results to 2nd column.
Replies: 23
Views: 18145

Re: bat to export results to 2nd column.

Well I stopped adding those lines because it was not working the way I wanted it to work. so those line will have: Router New Top Tech Managed Switch 1 Managed Switch 2 Managed Switch (Tire Shop) Managed Switch 3 RFID Canopy Switch TirePass Ethernet Switch Wireless Access Point (WAP) 1 Wireless Acce...
by smarkcum0412
23 Jun 2016 08:45
Forum: DOS Batch Forum
Topic: bat to export results to 2nd column.
Replies: 23
Views: 18145

Re: bat to export results to 2nd column.

now we are getting somewhere. I may be trying to accomplish this incorrectly. That is why I came to a forum. the code shows the commas here if %errorlevel%==0 echo "",%first%.%second%.%third%.%t% is UP!>>%dat% if %errorlevel%==1 echo "",****%first%.%second%.%third%.%t%**** is DOW...
by smarkcum0412
23 Jun 2016 07:59
Forum: DOS Batch Forum
Topic: bat to export results to 2nd column.
Replies: 23
Views: 18145

Re: bat to export results to 2nd column.

i think you are missing the point. Don't concentrate on "router" that is not the issue.
by smarkcum0412
23 Jun 2016 05:56
Forum: DOS Batch Forum
Topic: bat to export results to 2nd column.
Replies: 23
Views: 18145

Re: bat to export results to 2nd column.

after the bat file runs it creates a .cvs file on the desktop. Which is what I want. the problem is I need "router" to start in row 2 column a of that cvs file. Which it does. I need "x.x.x.x is UP" to start in row 2 column B and it does not.
by smarkcum0412
22 Jun 2016 13:40
Forum: DOS Batch Forum
Topic: bat to export results to 2nd column.
Replies: 23
Views: 18145

Re: bat to export results to 2nd column.

column A Column B !!!!! Wed 06/22/2016 14:39:45.88 !!!!! router 10.3.3.1 is UP router 10.3.3.2 is UP router 10.3.3.3 is UP router 10.3.3.4 is DOWN the formatting gets messed up when i post it if you run the script you can see the output on ur desktop. enter in the first 3 octets of ur local ip and ...
by smarkcum0412
22 Jun 2016 13:23
Forum: DOS Batch Forum
Topic: bat to export results to 2nd column.
Replies: 23
Views: 18145

Re: bat to export results to 2nd column.

I am going to have different names in there eventually to replace "router" below is a copy of the csv output. !!!!! Wed 06/22/2016 14:13:55.88 !!!!! IP Router Router Router Router Router Router Router Router Router Router Router Router Router Router Router Router Router Router Router Route...
by smarkcum0412
22 Jun 2016 12:58
Forum: DOS Batch Forum
Topic: bat to export results to 2nd column.
Replies: 23
Views: 18145

bat to export results to 2nd column.

Hello all Thanks for looking,, I have a script that I put together and it works great. I want to add to it. I want the first column to be router (which i have working). I want the 2nd column to be a variable Ip that pings +1 everytime and I want the output of that to go to the 2nd column (column b)....