Display a video in full screen batch

cocki -  
dubcek Posted messages 18627 Registration date   Status Contributor Last intervention   -
```batch
start /max wmplayer "%userprofile%\Videos\video.mp4"
```

2 answers

jmwurth Posted messages 2622 Registration date   Status Member Last intervention   863
 
Hello,
The batch no longer allows full screen since Windows 2000.
0
cocki
 
Hello, I have Windows XP Pro and I can always fullscreen my batch, and it works even on Windows 7. But that's not what I'm looking for; you misunderstood my question. I don't want to fullscreen the batch, but the video using the batch. Thank you.
0
jmwurth Posted messages 2622 Registration date   Status Member Last intervention   863
 
Don't act. On my end, which doesn't have the Pro version of the system, when I press Alt+Enter in the DOS window, I get the message; This system does not support full-screen mode
I currently have Windows 7 32-bit.
0
dubcek Posted messages 18627 Registration date   Status Contributor Last intervention   5 659
 
hllo
enlever le /min
0
cocki
 
Bonjour, when you remove the /min, it does the same thing as start nom.vlc
I'm looking for the command to make it fullscreen, not just open wide but in fullscreen.
0
dubcek Posted messages 18627 Registration date   Status Contributor Last intervention   5 659
 
The equivalent of Alt+Enter?
0
cocki
 
Yes :) I've been waiting a long time for this order that I never found.
0
dubcek Posted messages 18627 Registration date   Status Contributor Last intervention   5 659
 
if it exists ...
0
cocki
 
Well, actually I created the topic to get this command and I'm still waiting with a bit of hope
but nobody knows it or nobody wants to give it.
0