Batch Script Arrays | Batch Script Tutorial

  Рет қаралды 3,243

Automate with Rakesh

Automate with Rakesh

Күн бұрын

Пікірлер: 12
@mikerajput159
@mikerajput159 Жыл бұрын
Thanks Rakesh.
@marthamisquitta7595
@marthamisquitta7595 Жыл бұрын
Here is what I came up with using something I found on the internet. I tried using your method but was not successfully in combining two variables. I will keep trying. @echo off set obj[0].Name=Rajesh set obj[0].ID=First set obj[1].Name=John set obj[1].ID=Second set obj[2].Name=Kanta set obj[2].ID=Third FOR /L %%i IN (0 1 2) DO ( call echo %%obj[%%i].Name%% is the %%obj[%%i].ID%% winner timeout /t 5 /nobreak ) pause
@ranapratapsingh1986
@ranapratapsingh1986 2 ай бұрын
Completed
@Bob-zz1dl
@Bob-zz1dl Ай бұрын
Completed. Here is the completed assignment! @echo off title Batch Script Array Example Color A setlocal enabledelayedexpansion set Name=Rakesh Mohan Ravi set /a rank=3 for %%b in (%Name%) do ( cls echo Congratulations to the !rank! place winner: %%b! set /a rank-=1 timeout /t 5 /nobreak )
@maxautism6602
@maxautism6602 11 ай бұрын
Technically speaking it's not a list nor an array. It's a variable holding a string and you loop through the names. But this is a good video nonetheless. Completed.
@Artheeswaran-fk6zs
@Artheeswaran-fk6zs 4 ай бұрын
completed
@MikeMasanga
@MikeMasanga 7 ай бұрын
completed
@marthamisquitta
@marthamisquitta Жыл бұрын
Still trying to complete the assignment
@PraveenSingh-cl2or
@PraveenSingh-cl2or Жыл бұрын
This is the assignment below @echo off color 0A title Prize Ceremony setlocal enabledelayedexpansion set winners=Praveen Kanchan Diyansh Reyansh set /a rank=1 for %%i in (%winners%) do ( cls echo Congratulations to the !rank! place winner: %%i! set /a rank+=1 timeout /t 5 /nobreak ) pause
@dineshranganathan6002
@dineshranganathan6002 6 ай бұрын
What's a meaning for /a
@udtripathi
@udtripathi Жыл бұрын
Completed
How to Fetch the Date and Time using Batch Script
4:22
Automate with Rakesh
Рет қаралды 7 М.
How to Call Batch File from a Batch File
7:45
Automate with Rakesh
Рет қаралды 8 М.
Incredible: Teacher builds airplane to teach kids behavior! #shorts
00:32
Fabiosa Stories
Рет қаралды 10 МЛН
Пришёл к другу на ночёвку 😂
01:00
Cadrol&Fatich
Рет қаралды 11 МЛН
Шок. Никокадо Авокадо похудел на 110 кг
00:44
Batch Script Loop Through Array | Batch Script Array
7:18
Automate with Rakesh
Рет қаралды 2 М.
Batch Scripting Tutorial | Arrays in Batch Scripting | #12
10:55
LogicOps Lab
Рет қаралды 3,5 М.
Command Prompt Batch Script Cool Tricks
7:12
Automate with Rakesh
Рет қаралды 10 М.
Uipath Tutorial | Dispatcher in Uipath
24:12
Reboot the work - UiPath
Рет қаралды 775
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
OpenAI’s New ChatGPT: 7 Incredible Capabilities!
6:27
Two Minute Papers
Рет қаралды 198 М.
5 Formulas Electricians Should Have Memorized!
17:00
Electrician U
Рет қаралды 933 М.
Batch 61 Building Arrays
19:03
John Hammond
Рет қаралды 10 М.
Coding Was HARD Until I Learned These 5 Things...
8:34
Elsa Scola
Рет қаралды 484 М.
Incredible: Teacher builds airplane to teach kids behavior! #shorts
00:32
Fabiosa Stories
Рет қаралды 10 МЛН