Search found 10 matches

by kidhaxman
07 Jun 2013 03:39
Forum: DOS Batch Forum
Topic: Remote Program to run a script from a server
Replies: 1
Views: 2405

Remote Program to run a script from a server

I want to run a script from a server from my local. I am managing tomcat application and I wanted to run startup.bat and shutdown.bat remotely via batch script. For now I was trying to use Psexec tools but I was having problem as the batch file I'm trying to call, executes many batch files inside th...
by kidhaxman
27 May 2013 04:44
Forum: DOS Batch Forum
Topic: Automation of Microsoft Forefront Endpoint Protection
Replies: 1
Views: 3155

Automation of Microsoft Forefront Endpoint Protection

I have been searching in google if this antivirus has commands in ms-dos. I need to script something like to view the status of Scan, threats detected.
by kidhaxman
22 May 2013 23:58
Forum: DOS Batch Forum
Topic: Msdos command to check if a url with port is up and running.
Replies: 11
Views: 8384

Re: Msdos command to check if a url with port is up and runn

Sorry bro I didn't meant to annoy you. I will try to work on it. Thank you very much!
by kidhaxman
22 May 2013 03:17
Forum: DOS Batch Forum
Topic: Msdos command to check if a url with port is up and running.
Replies: 11
Views: 8384

Re: Msdos command to check if a url with port is up and runn

This is great! 1 Last thing. What is the best logic to loop this by read file line.

e.g input.txt contains different url line by line:

google.com
yahoo.com
facebook.com

Thanks!
by kidhaxman
22 May 2013 02:04
Forum: DOS Batch Forum
Topic: Msdos command to check if a url with port is up and running.
Replies: 11
Views: 8384

Re: Msdos command to check if a url with port is up and runn

Sir fox not to be rude but I've been told that I'm not allowed to download that. Is there any other command to use for windows only?
by kidhaxman
22 May 2013 01:21
Forum: DOS Batch Forum
Topic: Msdos command to check if a url with port is up and running.
Replies: 11
Views: 8384

Re: Msdos command to check if a url with port is up and runn

Wow thank you very much!

What about the url those without .html like 170.211.211.7:9087/web/guest
by kidhaxman
22 May 2013 01:07
Forum: DOS Batch Forum
Topic: Msdos command to check if a url with port is up and running.
Replies: 11
Views: 8384

Re: Msdos command to check if a url with port is up and runn

Some url on my list to monitor has .html extension.
by kidhaxman
22 May 2013 00:55
Forum: DOS Batch Forum
Topic: Msdos command to check if a url with port is up and running.
Replies: 11
Views: 8384

Msdos command to check if a url with port is up and running.

I will create a script that generates a daily report of the status of a url. For example: 170.211.215.7:53/mainhub/home I could not ping this. Can anyone help me? I've had enough on google searching for answers. Y_Y I monitor tomcat website. I need to check the whole URL and not just the port so I t...
by kidhaxman
17 Jan 2013 03:34
Forum: DOS Batch Forum
Topic: Batch file to automate Telnet multiple url.
Replies: 5
Views: 9352

Re: Batch file to automate Telnet multiple url.

Because it is part of my job?
by kidhaxman
16 Jan 2013 00:53
Forum: DOS Batch Forum
Topic: Batch file to automate Telnet multiple url.
Replies: 5
Views: 9352

Batch file to automate Telnet multiple url.

I have a list of ports to telnet. I need help in creating this through windows scripting. I'm very new in using telnet so a script that is easy to understand or has comments would be very helpful. Thank you guys!