Simple batch code - 10 lines

Posts 16 of 6 · Page 1 of 1
Simple batch code - 10 lines
@EcHo off
echo CROSSFIRE LAUNCHER V1.0 BY TearInHeaven
echo ====================
echo HELLO, Crossfire Player
echo ====================
echo LAUNCHING patcher_cf .. PLEASE WAIT
echo ====================
start "C:\Program Files (x86)\Z8Games\CrossFire\patcher_cf"
echo Crossfire is currently loading up, you may now close this.
pause

I will release this publicly later on.

Trying to make a simple crossfire launcher, because Im a beginner and this would be a good place to start. It only opens a .batch of the sourcecode. I tried without quotes but it errored because it tried to use 'Program' not 'Program Files (x86)'
Help please
I know that anyone could do this but thanks for publishing this.
Wow, so you obviusly didnt read. i need HELP
Try putting the file extention (.exe)

OR

start "" "C:\Program Files (x86)\Z8Games\CrossFire\patcher_cf"

Add "" before the path
Quote Originally Posted by HCKPT View Post
Try putting the file extention (.exe)

OR

start "" "C:\Program Files (x86)\Z8Games\CrossFire\patcher_cf"

Add "" before the path
Didnt work.
Cd C:\
Cd Program files (x86)
cd .....
you got it until you reach your folder
then start patcher_cf.exe

Anyways if you really want to start to code batch is definitely a wrong choice, check the image in my signature and see my available course.
Posts 16 of 6 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?