Green Light Coding presents a new video which shows the how to open any MP4 or MKV files and watch your favourite movies using Batch Script.
Also see,
Complete List of Environment Variables !
Link : • Complete List of all Environment Vari...
How to mask inputs with asterisk using batch script ?
Link : • How to mask Inputs with Asterisk ( *...
How to get special characters like backspace and delete in batch script ?
Link : • How did I found some Special Characte...
batch script
batch scripting
mkv movies
.mp4 files
How to fix sorry your pc doesn't meet the hardware requirements for capture windows 10
_____________________________________________________________
Stay connected to us for more necessary coding tricks like these.
_____________________________________________________________
#coding
#codinglife
#cmd
#video
#fileopen
#top
#controlpanel
#howto
#how
#games
#gameplay
#games
#gaming
#delete
#backspace
#usernameandpassword
#password
#asterisk
#convert
#mask
#coin
#cointoss
#commandprompt
#font
#fontstyle
#viral
#cmdtricks
#viralvideo
#fontsize
#windows
#permanent
#user
#utf
#system
#scripting
#windows10
#exit
#basictutorials
#python
#pythontutorial
#pythonprogramming
#mathematics
#probability
#highlight
#highlighter
#graphics
#graphicdesign
#editingapps
#editor
#editingtutorial
#editing
#applications
#file
#edits
#coding
#compile
#ctutorials
#cmd
#codemasters
#batchfile
#learning
#info
#simple
#functions
#notepads
#console
#programming
#programminglife
#coder
#programmers
#important
#brightness
#updates
code:
@echo off
color 0c
title = VIDEO PLAYER :::: No. of videos
cd \
cd "C:\Users\%username%\Downloads"
echo Demonstrations :
echo press 1 for 365 days
echo press 2a for The GodFather Part 1
echo press \? for Help
echo.
timeout /t 1 /nobreak
:c
color 0b
title = VIDEO PLAYER :::: No. of videos = 6
set /p mv=MovieName(\?=help) :
if %mv% == 1 (start 365Days20201080pWEBDLEnglishWithSubtitlesMoviesVerseCom.mkv)
if %mv% == 2a (start TheGodfather19721080pBrRipx264BOKUTOXYIFY.mp4)
if %mv% == 2b (start The.Godfather.Part.2.1974.720p.BrRip.x264.BOKUTOX.YIFY.mp4)
if %mv% == 3 start videoplayback(30).mp4
if %mv% == 4 start videoplayback(34).mp4
if %mv% == 5 start videoplayback(23).mp4
if %mv% == \? (cls
title = HELP
echo Instructions :
echo press 1 for 365 Days
echo press 2a for The GodFather Part 1
echo press 2b for The GodFather Part 2
echo press 3 for Morbius
echo press 4 for Wakanda Forever
echo press 5 for Black Adam
echo.
)
goto c
LINK FOR BATCH SERIES PLAYLIST :
/ @greenlightcoding613
_______________________________________________________________
SUBSCRIBE FOR MORE UPDATES LIKE THESE
_______________________________________________________________
CHANNEL LINK : / @greenlightcoding613
_______________________________________________________________