GroupWise Start

0 Likes

You can start one of the two .exe files in a batch file but not both, so I wrote a small utility (startup.exe) which does this. Use a batch file in the startup folder. One .exe and one startup line to start both notify and groupwise. Of course, you can use it to start anything else also.

Make a batch file containing the following:

@echo off
c:\startup.exe x:\,1,c:\notify.exe,c:\grpwise.exe

Start startup.exe, check if drive x:\ exists, if it does (1) start Notify and GroupWise.

Labels:

How To-Best Practice
Comment List
Related
Recommended