SDL program does'nt output anything to the console need help

"O10101010" <[email protected]>
Newsgroups gmane.comp.lib.sdl
Message-ID <[email protected]>
Hi, I'm using a .bat to call my program everything works fine except that I don't see any of the messages in the console.
If I call the program directly from the .exe the console displays everything as it's meant to. The problem only occurs after I compile the program, if i don't compile the program then the .bat works as if i was calling directly from .exe, after i compile i need to restart my pc for the .bat to work again. 

I'm also using a batch file to compile:

cd C:\.............
gcc Run.c -I C:\sdl\i686-w64-mingw32\include\SDL2 -I C:\....... -I C:\.. -LC:\sdl\i686-w64-mingw32\lib -w -Wl,-subsystem,windows -lmingw32 -lSDL2main -lSDL2 -lSDL2_image -lSDL2_ttf -lSDL2_mixer -o C:\....
pause

//Tried removing pause 

This is the code of the .bat:

cd C:\..........
Run.exe
//if i use start run.exe no console displays at all

I googled the issue and did some research but i cant find any relate able problems. Please help thank you!

_______________________________________________
SDL mailing list
[email protected]
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.