01. Windows Batch File Bangla Tutorial | CMD Color Change | Batch Bangla Tutorial | Ahsan Tech Tips

Поделиться
HTML-код
  • Опубликовано: 15 июн 2022
  • 01. Windows Batch File Bangla Tutorial | CMD Color Change | Batch Bangla Tutorial | Ahsan Tech Tips
    About Part-01:
    How to Change Color Using in Windows Batch File Programing (.bat) Bangla Tutorial Video:
    Windows Batch File Programming: A batch file is a script file in DOS, OS/2 and Microsoft Windows. It consists of a series of commands to be executed by the command-line interpreter, stored in a plain text file. A batch file may contain any command the interpreter accepts interactively and use constructs that enable conditional branching and looping within the batch file, such as IF, FOR, and GOTO labels. The term "batch" is from batch processing, meaning "non-interactive execution", though a batch file might not process a batch of multiple data.
    একটি ব্যাচ ফাইল হ'ল একটি অপরঠিত পাঠ্য ফাইল। এই ফাইলটি কয়েকটি কমান্ডের সমন্বয়ে গঠিত এবং এর একটি রয়েছে .bat or .cmd ফাইল নাম এক্সটেনশন। "ব্যাচ" শব্দটি ব্যাচ প্রসেসিং থেকে অভিযোজিত - যার অর্থ অ-ইন্টারেক্টিভ এক্সিকিউশন। সাথে ব্যাচ ফাইল রয়েছে Windowsব্যবহারকারীরা পুনরাবৃত্তিমূলক বা রুটিন কার্য সহজ করতে পারেন। ব্যবহারকারীরা কমান্ড প্রম্পটে ফাইলের নাম টাইপ করলে, cmd.exe ফাইলটিতে উপস্থিত হওয়ার সাথে সাথে ক্রমানুসারে কমান্ডগুলি চালায়। ব্যাচ ফাইলগুলিতে কিছু সাধারণ কমান্ড ব্যবহৃত Windows হ'ল - কল, ইকো, এন্ডলোকাল, ফর, গোটো, ইফ, বিরাম, রিম, সেটলোকাল এবং শিফট।
    ব্যাচ ফাইলের কিছু মৌলিক কমান্ড:
    - ECHO: পর্দায় পাঠ্য প্রদর্শন করতে
    - @ ইকো বন্ধ: পাঠ্য লুকানোর জন্য
    - START: একটি ডিফল্ট অ্যাপ্লিকেশন সহ একটি ফাইল চালানোর জন্য
    - REM: প্রোগ্রাম একটি মন্তব্য লাইন লিখুন
    - MKDIR: ডিরেক্টরি তৈরি করতে
    - RMDIR: ডিরেক্টরিগুলি সরাতে
    - DEL: ফাইল মুছে ফেলার জন্য
    - কপি: একটি ফাইল বা ফাইল কপি করতে
    - XCOPY: অতিরিক্ত বিকল্পগুলির সাথে ফাইল কপি করতে
    - / ইন / ডু জন্য: ফাইল নির্দিষ্ট করার জন্য
    - TITLE: উইন্ডোটির শিরোনাম সম্পাদনা করতে
    In this Windows Batch File Programming Bangla Tutorial video, I will show you how to change color using in batch programming. Batch file processing programming tutorial for beginner’s ব্যাচ ফাইল বাংলা টিউটেরিয়াল. after watching this video, you will be an expert in Windows Batch file Programming. ahsan tech tips windows batch file programming bangla tutorial.
    Code:
    @echo off
    :A
    cls
    echo Cmd Color Changer
    set /p n=Change Color:
    color %n%
    pause
    goto A
    --------------------------------------------------------------------------------------
    Windows Batch File Programming Playlist:
    Supported Version: All Microsoft Windows Version (Windows 11/10/8.1/8/7/Vista/XP).
    Please Subscribe to My Another Helpful RUclips Channel:
    1. Subscribe Here (Ahsan Tech Tips) ➤ / ahsantechtips
    2. Subscribe Here (Naldanga IT Center) ➤ / naldangaitcenter
    3. Subscribe Here (Ahsan Habib Anik) ➤ / ahsanhabibanikbd
    4. Subscribe Here (AhaSoft BD) ➤bit.ly/35aEcgl
    Any request or help please contact: +880 1722 331617
    E-mail: ahsantechtips@gmail.com (For Any Query)
    Social Media:
    Ⱥ Twitter: / ahsanhabibbd2
    Ⱥ Instragram: / ahsantechtips
    Ⱥ Facebook (My Profile): / ahsantechtips.bd
    Ⱥ Facebook Page: / att.bn
    Ⱥ Blog: ahsantechtips.blogspot.com
    👉 Important: Don't download and copy anything from this channel. It's a cyber-crime. All videos of this channel is copyright by "Ahsan Tech Tips"
    Copyright © 2022 Ahsan Tech Tips. All rights reserved.
    👉 Disclaimer: This Channel DOES NOT Promote or encourage Any illegal activities, all contents provided by this channel is meant for EDUCATIONAL PURPOSE only.
    Press the highlight icon for quickly open my channel
    #ahsantechtips
    Windows_Batch_FIle_Bangla_Tutorial
    Batch_Programming_Bangla_Tutorial
    #ahsan_tech_tips_batch_file_programming_tutorial
    ➡ 👍 👍 LIKE
    ➡ SHARE 🤝
    ➡ SUBSCRIBE ✅
    --------------------------------------------
    Thanks For your Lovable Support
    Regards,
    Moh Ahsan Habib Anik,
    IT Expert
    Founder, Ahsan Tech Tips
  • НаукаНаука

Комментарии • 7

  • @rblstylelife8201
    @rblstylelife8201 2 года назад +1

    Like 3 nice 👌 👍 upload

  • @maxmuster7003
    @maxmuster7003 2 года назад +1

    Good work.

  • @akhigallery
    @akhigallery 2 года назад +1

    Asha korchi valo acho choto bhaia. Walaikum Assalam
    good job👌😲

  • @maxmuster7003
    @maxmuster7003 2 года назад +1

    Start a batch file from the command prompt with some colors attached.
    Example:
    color.bat 1b 2E 59
    @echo off
    title Color.bat
    REM Need to start with 3 color values attached.
    color %1
    pause
    color %2
    pause
    color %3