Dubcek, c'est super mais je voudrais qu'il ne pose pas de question, qu'il ne demande pas oui ou non.
Texte du site :
File1:
reg add HKCU\Console\ /v Fullscreen /t REG_DWORD /d 1
call file2.bat
File2:
echo In fullscreen we are!
pause
reg add HKCU\Console\ /v Fullscreen /t REG_DWORD /d 0
That last line in File2 resets the cmd mode to normal window mode
Otherwise you could just run the first line of File1 and this will permanently set cmd.exe to run full screen
In short, I would think there is a registry value controlling this in Vista, and you could either set this as part of running the batch file, or do it on a permanent basis