Here you find links to [some] must-have Win9x-tools.
|
 |
PrcView
|
Close, kill program or test if program is running.
|
|
PrcView is a small DOS-Program allowing you to test whether a program is running
and to close or kill running programs.
|
| Usage example: |
| 
Start a program if it is not running yet: |
pv PROG.EXE if not errorlevel 1 goto running PROG.EXE ... :running
|
|
|
|
|
|
|
|
|
|
|