J
joshoberg
I know this seems like an easily answered question, but I cannot seem
to get it right. Im trying to open\close individual programs with a
batch file. This is what I've typed:
@echo off
echo Hello there
pause
start C:\ProgramFiles\Trillian\trillian.exe
I'm trying to start Trillian, but I get an error everytime I run this.
"Windows cannot find "C:\ProgramFiles\Trillian\trillian.exe"". This is
the correct location, why isnt it working?
to get it right. Im trying to open\close individual programs with a
batch file. This is what I've typed:
@echo off
echo Hello there
pause
start C:\ProgramFiles\Trillian\trillian.exe
I'm trying to start Trillian, but I get an error everytime I run this.
"Windows cannot find "C:\ProgramFiles\Trillian\trillian.exe"". This is
the correct location, why isnt it working?