dawtcalm
01-20-2009, 11:30 AM
At work we have this old app that runs on OS/2, but it crashes every now and then. I would like that server to notify another pc on the network when it is down.
In NT you could have aWindows scheduled task run every couple minutes to see what exes are running, identify if the exe in question is running, and if not send a msg to my pc on the same network that it is down.
I know nothing about OS/2 so have the following questions
1. Can you create "cron jobs" in OS/2?
2. Is there something like "net start" function in OS/2
3. Is there something like "net send" in OS/2?
4. or can you use tcp pipes in OS/2?
5. what is the preferred scripting languages in OS/2, so I can start searching for some useful resources on the net...
In NT you could have aWindows scheduled task run every couple minutes to see what exes are running, identify if the exe in question is running, and if not send a msg to my pc on the same network that it is down.
I know nothing about OS/2 so have the following questions
1. Can you create "cron jobs" in OS/2?
2. Is there something like "net start" function in OS/2
3. Is there something like "net send" in OS/2?
4. or can you use tcp pipes in OS/2?
5. what is the preferred scripting languages in OS/2, so I can start searching for some useful resources on the net...