Quiet Coder
Quiet Coder
  • 55
  • 2 096 277

Video

How to create batch file, subroutine, echo, pause, goto command | Batch Script #2
zhlédnutí 327Před 28 dny
This video is a part of the batch script or batch file course by Quiet Coder ( @Quiet_Coder ). In this video you will learn how to create a batch file, what are subroutines or sections in batch files, echo command (how to print text in batch file), pause command, goto command, and how to print a blank line. How to create batch file, subroutine, echo, pause, goto command | Batch Script #2 Link t...
Command Prompt - FULL TUTORIAL 👨‍💻
zhlédnutí 505Před měsícem
This video is a part of the batch script or batch file course by Quiet Coder ( @Quiet_Coder ). In this video you will learn what is Command Prompt. You will also learn various types of commands, tricks and hacks in command prompt like how to change color in command prompt and etc. Windows Command Prompt | The terminal | Batch Script Course #1 Link to command sheet: github.com/QuietCoderYT/Batch...
Top 3 FREE DATABASE Hosting for your next app 🔥
zhlédnutí 1,3KPřed 11 měsíci
Buying a Database for your app is expensive. In this video I'm going to show you three free alternative options. I have divided these options into three categories: Free long-term or real-time db, small and cost effective db, temporary database. These options include AWS and Firebase, and Google Docs/Sheets/Drive, user-to-user distributed data sharing. Amazon Free Databases List: aws.amazon.com...
How to change IP address on Windows 10 PC (and Windows 7) | Hindi Urdu
zhlédnutí 503Před 11 měsíci
In this video you will see how to change your IP address in Windows 10, Windows 11 or Windows 7 PC using command prompt. COMMANDS: netsh interface ipv4 show interfaces netsh interface ipv4 show config netsh interface ipv4 add address `idx` 192.168.1.100 netsh interface ipv4 add address `idx` 192.168.1.101 netsh interface ipv4 set address `idx` source=dhcp netsh interface ipv4 show config `idx` ...
Number Guessing Game in HTML & JavaScript - Tutorial 2023
zhlédnutí 435Před rokem
Number Guessing Game in HTML & JavaScript - Tutorial 2023
How to install Python on Windows 10, 7, 8 | Download Python Guide | Tutorial for beginners
zhlédnutí 910Před rokem
How to install Python on Windows 10, 7, 8 | Download Python Guide | Tutorial for beginners
Express js Middlewares in Hindi | What is Middleware ?
zhlédnutí 202Před rokem
Express js Middlewares in Hindi | What is Middleware ?
Media query in css full tutorial in Hindi 🔥🔥 | CSS3 Media queries in 2 minutes | Hindi/Urdu Tutorial
zhlédnutí 562Před rokem
Media query in css full tutorial in Hindi 🔥🔥 | CSS3 Media queries in 2 minutes | Hindi/Urdu Tutorial
How to make simple JavaScript game in Hindi/Urdu (game dev is easy)
zhlédnutí 596Před rokem
How to make simple JavaScript game in Hindi/Urdu (game dev is easy)
Learn HTML in one Video | 15+ Must know HTML tags for beginners in Hindi/Urdu
zhlédnutí 245Před rokem
Learn HTML in one Video | 15 Must know HTML tags for beginners in Hindi/Urdu
10 CMD Commands You Need To Know In Hindi/Urdu | Must Watch
zhlédnutí 877Před rokem
10 CMD Commands You Need To Know In Hindi/Urdu | Must Watch
Ultimate Batch File Tutorial In Hindi/Urdu | Batch file crash course
zhlédnutí 812Před rokem
Ultimate Batch File Tutorial In Hindi/Urdu | Batch file crash course
If Not Command In Batch File Explained - Batch Scripting #4
zhlédnutí 294Před rokem
If Not Command In Batch File Explained - Batch Scripting #4
If, Else Commands In Batch File Explained - Batch Scripting #3
zhlédnutí 3KPřed rokem
If, Else Commands In Batch File Explained - Batch Scripting #3
User Input In Batch File Explained - Batch Scripting #2
zhlédnutí 552Před rokem
User Input In Batch File Explained - Batch Scripting #2
Variables in batch file Explained - Batch Scripting #1
zhlédnutí 983Před rokem
Variables in batch file Explained - Batch Scripting #1
I made a copy of discord in Batch file | Chatroom in Batch file
zhlédnutí 1,2KPřed rokem
I made a copy of discord in Batch file | Chatroom in Batch file

Komentáře

  • @rodsmith3774
    @rodsmith3774 Před 8 hodinami

    Can u use it with batch file?

    • @Quiet-Coder
      @Quiet-Coder Před 8 hodinami

      @@rodsmith3774 yes but it isn't batch script so you can't put this code into a .bat file. Otherwise you can run this through a batch file

    • @rodsmith3774
      @rodsmith3774 Před 3 hodinami

      @@Quiet-Coder okay thanks

  • @hariamsu6543
    @hariamsu6543 Před dnem

    I was waiting for this for so long! Thank you!

  • @hariamsu6543
    @hariamsu6543 Před dnem

    Hi! I am the guy who knows batch files. @echo off :calculator cls echo Calculator that handles fractions echo Enter an arithmetic expression with fractions (e.g., 1/2 + 3/4): set /p expression= :: Use PowerShell to evaluate the fraction expression for /f "delims=" %%i in ('powershell -command "try { $expr = [scriptblock]::create('%expression%'); $result = Invoke-Expression $expr; if ($result -match '^[\d.]+$') { [math]::round($result, 2) } else { 'ERROR' } } catch { 'ERROR' }"') do set ans=%%i :: Check if there was an error if "%ans%"=="ERROR" ( echo Invalid expression. Please enter a valid fraction expression. ) else ( echo The result is: %ans% ) pause goto calculator

  • @Thejigglyjiggleman

    We got rizz virus before gta6 💀

  • @Thejigglyjiggleman

    Thats 3 days before indonesia's independence day

  • @Nikilis-evhdg
    @Nikilis-evhdg Před 2 dny

    I won't make a virus I just wanna see how

  • @cybr08
    @cybr08 Před 2 dny

    @echo off @mode con cols=25 lines=7 title digital clock color a :clock cls echo. echo Time - %time% echo Date - %date% timeout 1 >null goto clock

  • @GigiWik10
    @GigiWik10 Před 2 dny

    Bruh .It can't close .comes again and again.oh god. Edited : open taskbar and end the task

    • @Quiet-Coder
      @Quiet-Coder Před 2 dny

      @@GigiWik10 *opens task bar* W move

  • @pologamer5715
    @pologamer5715 Před 3 dny

    How to shut it down after ???????? Pls respond creator

    • @Quiet-Coder
      @Quiet-Coder Před 3 dny

      @@pologamer5715 press and hold alt + f4 until all the cmd windows close, then delete the folders it has created, and then it's optional to delete the .bat file. After this you can use your computer and shut it down

  • @pologamer5715
    @pologamer5715 Před 3 dny

    But how do you get it out after?

    • @Quiet-Coder
      @Quiet-Coder Před 3 dny

      @@pologamer5715 press and hold alt + f4 until all the black cmd windows close. And delete the file if you want, otherwise you can keep it, it will cause no harm.

  • @DanielTheProgramer
    @DanielTheProgramer Před 4 dny

    That’s so Amazing!!!

  • @G1swe
    @G1swe Před 4 dny

    @echo off :loop start start start start goto loop

  • @Jeanpaulkhalil
    @Jeanpaulkhalil Před 4 dny

    how can we remove the fake virus from the screen after using it?

  • @KristersHub
    @KristersHub Před 5 dny

    this is not even a virus lol

  • @sportcareditz-3
    @sportcareditz-3 Před 6 dny

    can you reply and give me the code

  • @user-lu9vr5lv5x
    @user-lu9vr5lv5x Před 7 dny

    Can you modify it yourself?

  • @seyedali2022
    @seyedali2022 Před 7 dny

    ایرانی هستییی

    • @Quiet-Coder
      @Quiet-Coder Před 7 dny

      @@seyedali2022 From Pakistan

    • @seyedali2022
      @seyedali2022 Před 7 dny

      @@Quiet-Coder ام میشه کد یه ویروس بچ فایل بدی که اسم اون ادمینیستریتور بشه you hacked بعد صفه دسکتاپ سیاه شه بعد ریستارت شه بعدش از سیاهی بره صفه ی سیاه بعد یه فایل درست شده که یه ارور بیاره بنویسه شما هک شدید و نره اصلا میشه کدشو بدی ممنون فقت با یه ریستارت اروره بره ممنون

    • @seyedali2022
      @seyedali2022 Před 7 dny

      @@Quiet-Coder اها خوب وی میشه یه ویروس درست کنی بگه میخوای ویروسو اجراع کنی اره یا نه اگه گفت اره پس زمینش تغیر کنه با اسم ادمینستریتور بعد صفه کامپیوتر سیاه شه بعدش از سیاهی دراد ریستارت شه بعد یه اروری بیاره که با یه ریستارت بره بنویسه شما هک شدید یکمم کند شه بعدش با باز پاک کردن فایله کندی بره مثلا اشاره گر ماروس یکم کند شه میشه کدشو بهم بدی ممنون

  • @matthewkinawa
    @matthewkinawa Před 7 dny

    Bro it shutdown my computer and it just + CMD in run

  • @colt4069
    @colt4069 Před 8 dny

    me closing all the errors: 😡👇💻

  • @cloudychan1549
    @cloudychan1549 Před 8 dny

    what language?

  • @SteveeCraftGG2007
    @SteveeCraftGG2007 Před 8 dny

    I wanna to talk "where the images was placed" ?😅

    • @Quiet-Coder
      @Quiet-Coder Před 8 dny

      @@SteveeCraftGG2007the images were edited into the video and are not a part of the program

    • @SteveeCraftGG2007
      @SteveeCraftGG2007 Před 8 dny

      ​@@Quiet-Coder🗿I was guess the image is included in the program 😂 Ok, thanks for the response 😅

  • @vernzjackie27
    @vernzjackie27 Před 9 dny

    Congratulations you hacked your own computer

  • @colt4069
    @colt4069 Před 10 dny

    wannacry

  • @IsmailZadane
    @IsmailZadane Před 10 dny

    😂 de France bad et TNT explode

  • @asalbikintv2011
    @asalbikintv2011 Před 10 dny

    Simple and smart, thanks dude!

  • @EdwardsKalumba
    @EdwardsKalumba Před 11 dny

    Nice

  • @Itz_YourFriend_DaDoge

    i converted it into .exe and become a real malware

  • @PloufLeOuf
    @PloufLeOuf Před 13 dny

    CAN YOU SEND TO FRIEND

  • @Début-Cyber-Sécurité-Pentester

    thank you , i will can to convert my virus batch in exe 😈😈

  • @techofos
    @techofos Před 14 dny

    Also there's a very simple software that u can use to convert VBS to exe

  • @Quiet-Coder
    @Quiet-Coder Před 14 dny

    Join my discord server: discord.gg/QkhuZ5jkAm

  • @QKing-Official
    @QKing-Official Před 14 dny

    Thx, I needed this for a long time. Only you explained it so well I'll understood it!

    • @Quiet-Coder
      @Quiet-Coder Před 14 dny

      Welcome, if you ever need any tutorial for anything you can simply comment, and I'll try to make one!

  • @431TechIT-pq5em
    @431TechIT-pq5em Před 14 dny

    Thanks for the tutorial !

  • @beachmonke_vr
    @beachmonke_vr Před 14 dny

    yay

  • @Dozhdevik10
    @Dozhdevik10 Před 14 dny

    Bro thought he is using linux

  • @RegenMelon
    @RegenMelon Před 15 dny

    How did you get fabulous voice at the end?

  • @RegenMelon
    @RegenMelon Před 15 dny

    Can you do türkiye flag next?

  •  Před 15 dny

    taskkill /F /IM wscript.exe 🗣

  • @pierregameing7176
    @pierregameing7176 Před 15 dny

    My pc is not starting 😭

  • @iluvroblox778-z6s
    @iluvroblox778-z6s Před 15 dny

    STINGRAY MINECRAFT IS DANGEROUS explain to me so when i scroll down some yt vid and i see stingray minecraft playing vid and i play it and i saw herobrine and even the youtuber can see herobrine and i dont wanna get that virus STAY SAFEEEEE

  • @GxTH__x
    @GxTH__x Před 15 dny

    Myself immortal ♥️

  • @Followandfriendrenier73639rblx

    Bro was using modern windows computer but windows XP shutdown sound

  • @GordonFreemanOnly
    @GordonFreemanOnly Před 16 dny

    İnstead of shutdown i will do delete c:\windows\system32