I would like to make a bat file to launch several applications, but only if the process is not running
By example :
start "" echo off
start "" /LOW "%programfiles%\FileZilla Server\FileZilla Server Interface.exe"
start "" /LOW "%programfiles%\FaxTalk Communicator\FTMain32.exe"
start "" "%userprofile%\Datos de programa\Microsoft\Internet Explorer\Quick Launch\Mostrar escritorio.scf"
start "" /LOW "%programfiles%\Quitometro\Quitometro.exe"
start "" /LOW "Y:\PORTABLES\Personaliza pc\DesktopDot\reddot.exe"
But If Quitometro.exe or reddot.exe are running previously don't launch , by example
Best Regards