.bat opening diffrent file than command -


sooo have little program that, select starts server. when choose "1" sends ffa: lookst this:

:ffa cls color 0f echo startuje se ffa! start %~dp0\servers\ffa\bstart.bat pause 

soo..it should start bstart.bat wich in same directory, , go folder servers, go folder ffa , open file...

buuutt! doesn't open bstart.bat starts this: c:\users\aleksej\desktop\agarioservers

can explain me whats problem? thanks! <3

answer:

the folder there server directory had special character( think - or that), cmd started agario not agario-servers. soo...yea..thanks tried me.


Comments

Popular posts from this blog

java - Callback from new thread to class from which thread was initiated -

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -