I was trying to make a batch file for Crysis and I couldn't change the .txt file into a .bat file. This is what it looks like Crysis.bat.txt, seriously I thought all I had to do was create a new notebook text file and than rename it (something.bat for example)
Honestly, do I have to go to an XP machine and copy a .bat file to a cd and extract it to my Vista machines?, becuase in XP the file automatically would change into a batch file.
This is what I'm trying to do
@echo off
cd /E"C:\%ProgramFiles%\Electronic Arts\Crytek\Crysis\Bin32"
start /high Crysis.exe
Whats going on here?
Oops NVM I got it to go guess I was just doing something stupid.