12p Posted February 1, 2012 Posted February 1, 2012 Hai guys, thanks for checking this topic. I just wanted to make a simple BAT to open 2 files fast. The problem is that it's only opening one of those. The code is this call "C:\Archivos de Programa\sXe Injected\sXe Injected.exe" call "C:\Mis Documentos\Descargas\Counter-Strike 1.6\Counter-Strike 1.6.exe" For english-speakers: Archivos de Programa = Program Files Mis Documentos = My Documents
Towncivilian Posted February 1, 2012 Posted February 1, 2012 Remove the spaces in the file names of the EXEs, then try: cd "C:\Archivos de Programa\sXe Injected" sXeInjected.exe cd "C:\Mis Documentos\Descargas\Counter-Strike 1.6" Counter-Strike1.6.exe Have problems running MTA or are experiencing crashes? See this thread for help!
12p Posted February 5, 2012 Author Posted February 5, 2012 Bump. It doesn't work, still executes sXe Injected only Yes I did change the names and removed the spaces (sorry for being late at this)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now