Ouverture de VM en plein écran à aprtir d'un batch (RESOLU)

Ouverture de VM en plein écran à aprtir d'un batch (RESOLU) - Shell/Batch - Programmation

Marsh Posté le 12-05-2017 à 13:35:27    

Bonjour
voilà je vous explique vite fait mon souci
j'ai créé un batch qui en s'ouvrant m'ouvre une fenêtre DOS avec un choix pour ouvrir différentes VM.
Sauf que celle-ci s'ouvre en affichage normal et moi je voudrais l'avoir en plein écran tout seul
Voici mon fichier bat qui fonctionne, dites simplement quoi rajouter et où?
Merci pour votre aide
 
[url]@echo off
cls
echo
 
goto :debut
 
:choix
pause
 
:debut
 
cls
echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»  
echo º     lancement MSTSC HotLine   º  
echo ÌÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹  
echo ºEn quelle position êtes vous ? º  
echo º 1. VMDLA  º  
echo º 2. VMCBC  º  
echo º 3. VMCBD  º
echo º 4. VMCBE  º
echo º 5. VMCBF         º
echo º 6. VMDDQ  º
echo º 7. VMBY8   º
echo º 8. VMCBP         º
echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ  
echo.  
set choice=  
set /p choice=Votre choix ?  
if %choice%==1 goto :DLA
if %choice%==2 goto :CBC
if %choice%==3 goto :CBD
if %choice%==4 goto :CBE
if %choice%==5 goto :CBF
if %choice%==6 goto :DDQ
if %choice%==7 goto :BY8
if %choice%==8 goto :CBP
 
:DLA
MSTSC /v:VMDLA /w:1400 /h:1050 && goto :debut
exit
 
:CBC
MSTSC /v:VMcbc /w:1152 /h:864 && goto :end
exit
 
:CBD
MSTSC /v:VMcbd /w:1152 /h:864 && goto :end
exit
 
:CBE
MSTSC /v:VMcbe /w:1152 /h:864 && goto :end
exit
 
:CBF
MSTSC /v:VMcbf /w:1152 /h:864 && goto :end
exit
 
:DDQ
MSTSC /v:VMddq /w:1152 /h:864 && goto :end
exit
 
:BY8
MSTSC /v:VMby8 /w:1152 /h:864 && goto :end
exit
 
:CBP
MSTSC /v:VMcbp /w:1152 /h:864 && goto :end
exit
 
:end
exit
[/url]
 
merci
Phal2ip


Message édité par phal2ip le 12-05-2017 à 13:52:29
Reply

Marsh Posté le 12-05-2017 à 13:35:27   

Reply

Marsh Posté le 12-05-2017 à 13:50:43    

rebonjour
j'ai trouvé la solution tout seul, il suffit de remplacer les "/w:xxxx /h:xxxx" par /f et tout s'ouvre en plein écran
Merci quand même

Reply

Marsh Posté le 03-07-2017 à 14:41:10    

En pleine ecran ce n'est pas possible mais cependant rajoute un  
mode 1000 et ça prendra presque tous l'ecran

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed