Search found 1 match

by WhitePaw
Wed May 27, 2009 8:10 am
Forum: Quick Batch File Compiler
Topic: bat works correctly - exe while at starting program
Replies: 1
Views: 13164

bat works correctly - exe while at starting program

I've made a batch file that should start all my messengers with one click. It works fine but when i compile it to an exe, it stops while starting a program. The messenger should start if its not already started. @echo off tasklist | findstr /i trillian.exe 1>NUL 2>&1 || F:\Trillian\Trill...