وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Batch Scripting for Beginners (Master concepts step by step)

سرفصل های دوره

Learn how to write Batch script to automate daily tasks and let's add new skill in your skill set


1. Batch Script Introduction
  • 1. Batch Script Course Introduction
  • 2.1 Notepad ++.html
  • 2. Batch Script Code Editor
  • 3. Batch Script Batch Introduction and Batch File Creation
  • 4. Batch Script Execute Batch file

  • 2. Batch Script Batch Commands Part 1
  • 1. Batch Script Batch Commands - ECHO Part 1
  • 2. Batch Script Batch Commands - ECHO Part 2
  • 3. Batch Script Batch Commands - ECHO Part 3
  • 4. Batch Script Batch Commands - VER
  • 5. Batch Script Batch Commands - CD Part 1
  • 6. Batch Script Batch Commands - CD Part 2
  • 7. Batch Script Batch Commands - CD Part 3
  • 8. Batch Script Batch Commands - CHOICE
  • 9. Batch Script Batch Commands - DIR Part 1
  • 10. Batch Script Batch Commands - DIR Part 2
  • 11. Batch Script Batch Commands - DIR Part 3
  • 12. Batch Script Batch Commands - DATE Part 1
  • 13. Batch Script Batch Commands - DATE Part 2
  • 14. Batch Script Batch Commands - TIME
  • 15. Batch Script Batch Commands - CLS
  • 16. Batch Script Batch Commands - TASKLIST
  • 17. Batch Script Batch Commands - PAUSE
  • 18. Batch Script Batch Commands - REM
  • 19. Batch Script Batch Commands - TITLE
  • 20. Batch Script Batch Commands - SHUTDOWN
  • 21. Batch Script Batch Commands - COMP
  • 22. Batch Script Batch Commands - SORT
  • 23. Batch Script Batch Commands - HELP

  • 3. Batch Script Batch Commands Part 2
  • 1. Batch Script Batch Commands - COPY Part 1
  • 2. Batch Script Batch Commands - COPY Part 2
  • 3. Batch Script Batch Commands - COPY Part 3
  • 4. Batch Script Batch Commands - COPY Part 4
  • 5. Batch Script Batch Commands - XCOPY
  • 6. Batch Script Batch Commands - DEL Part 1
  • 7. Batch Script Batch Commands - DEL Part 2
  • 8. Batch Script Batch Commands - DEL Part 3
  • 9. Batch Script Batch Commands - DEL Part 4
  • 10. Batch Script Batch Commands - DEL Part 5
  • 11. Batch Script Batch Commands - MOVE Part 1
  • 12. Batch Script Batch Commands - MOVE Part 2
  • 13. Batch Script Batch Commands - MOVE Part 3
  • 14. Batch Script Batch Commands - ATTRIB Part 1
  • 15. Batch Script Batch Commands - ATTRIB Part 2
  • 16. Batch Script Batch Commands - ATTRIB Part 3
  • 17. Batch Script Batch Commands - ATTRIB Part 4
  • 18. Batch Script Batch Commands - FIND
  • 19. Batch Script Batch Commands - TYPE

  • 4. Batch Script Special Characters in Batch Script
  • 1. Batch Script Special Characters in Batch Script - @ (AT symbol)
  • 2. Batch Script Special Characters in Batch Script - (Double Colon)
  • 3. Batch Script Special Characters in Batch Script - Redirect () Part 1
  • 4. Batch Script Special Characters in Batch Script - Redirect () Part 2
  • 5. Batch Script Special Characters in Batch Script - Append ()
  • 6. Batch Script Special Characters in Batch Script - Escape (^) Part 1
  • 7. Batch Script Special Characters in Batch Script - Escape (^) Part 2
  • 8. Batch Script Special Characters in Batch Script - Pipe ()
  • 9. Batch Script Special Characters in Batch Script - Ampersand (&)

  • 5. Batch Script Variables in Batch Script and Debugging
  • 1. Batch Script Variables in Batch Script - Command Line Arguments
  • 2. Batch Script Variables in Batch Script - SET Command
  • 3. Batch Script Variables in Batch Script - SET Command (Not Case sensitive)
  • 4. Batch Script Variables in Batch Script - SET Command (Space issue around =)
  • 5. Batch Script Variables in Batch Script - SET Command with Numeric Value Part 1
  • 6. Batch Script Variables in Batch Script - SET Command with Numeric Value Part 2
  • 7. Batch Script Variables in Batch Script - SET Command with Numeric Value Part 3
  • 8. Batch Script Variables in Batch Script - User Input Values in Variables
  • 9. Batch Script Variables in Batch Script - Local and Global Variables Part 1
  • 10. Batch Script Variables in Batch Script - Local and Global Variables Part 2
  • 11. Batch Script Variables in Batch Script - Local and Global Variables Part 3
  • 12. Batch Script Variables in Batch Script - Environment Variables
  • 13. Batch Script Variables in Batch Script - Enabled Delayed Expansion Part 1
  • 14. Batch Script Variables in Batch Script - Enabled Delayed Expansion Part 2
  • 15. Batch Script Debugging Part 1
  • 16. Batch Script Debugging Part 2
  • 17. Batch Script Debugging Part 3
  • 18. Batch Script Debugging Part 4

  • 6. Batch Script Decision Making Condition
  • 1. Batch Script Decision Making Condition - If Condition
  • 2. Batch Script Decision Making Condition - If Condition (Command Line Arguments)
  • 3. Batch Script Decision Making Condition - If Condition (Case Sensitive)
  • 4. Batch Script Decision Making Condition - If Else Condition
  • 5. Batch Script Decision Making Condition -If Defined
  • 6. Batch Script Decision Making Condition - If Exist
  • 7. Batch Script Decision Making Condition - Nested If Condition
  • 8. Batch Script Decision Making Condition - Nested If Else Condition

  • 7. Batch Script Strings and Labels in Batch Script (Part 1)
  • 1. Batch Script Strings in Batch Script - Create String
  • 2. Batch Script Strings in Batch Script - Empty String
  • 3. Batch Script Strings in Batch Script - String Interpolation
  • 4. Batch Script Strings in Batch Script - String Concatenation
  • 5. Batch Script Strings in Batch Script - Left String
  • 6. Batch Script Strings in Batch Script - Mid String
  • 7. Batch Script Strings in Batch Script - Right String

  • 8. Batch Script Strings and Labels in Batch Script (Part 2)
  • 1. Batch Script Strings in Batch Script - Remove word from String
  • 2. Batch Script Strings in Batch Script - Remove character from both ends
  • 3. Batch Script Strings in Batch Script - Remove all spaces from a String
  • 4. Batch Script Strings in Batch Script - Replace a String
  • 5. Batch Script Strings in Batch Script - Label and GoTo commands Part 1
  • 6. Batch Script Strings in Batch Script - Label and GoTo commands Part 2

  • 9. Batch Script Operators in Batch Script
  • 1. Batch Script Operators in Batch Script - Arithmetic Operators
  • 2. Batch Script Operators in Batch Script - Relational Operators
  • 3. Batch Script Operators in Batch Script - Logical Operators - AND
  • 4. Batch Script Operators in Batch Script - Logical Operators - OR
  • 5. Batch Script Operators in Batch Script - Logical Operators - NOT
  • 6. Batch Script Operators in Batch Script - Assignment Operators
  • 7.1 Bitwise Calculator.html
  • 7. Batch Script Operators in Batch Script - Bitwise Operators

  • 10. Batch Script Loops in Batch Script
  • 1. Batch Script Loops in Batch Script - For Loop Introduction
  • 2. Batch Script Loops in Batch Script - For Loop Introduction Example
  • 3. Batch Script Loops in Batch Script - For Loop L
  • 4. Batch Script Loops in Batch Script - For Loop D
  • 5. Batch Script Loops in Batch Script - For Loop R
  • 6. Batch Script Loops in Batch Script - For Loop F
  • 7. Batch Script Loops in Batch Script - For Loop and Tokens in Loop Part 1
  • 8. Batch Script Loops in Batch Script - For Loop and Tokens in Loop Part 2
  • 9. Batch Script Loops in Batch Script - For Loop with EOL (End of File) Part 1
  • 10. Batch Script Loops in Batch Script - For Loop with EOL (End of File) Part 2
  • 11. Batch Script Loops in Batch Script - For Loop with delims (delimiter) Part 1
  • 12. Batch Script Loops in Batch Script - For Loop with delims (delimiter) Part 2
  • 13. Batch Script Loops in Batch Script - Break Statement Implementation

  • 11. Batch Script Arrays in Batch Script
  • 1. Batch Script Arrays in Batch Script - Create Array (Index Position)
  • 2. Batch Script Arrays in Batch Script - Accessing Elements in Array
  • 3. Batch Script Arrays in Batch Script - Modify an Array
  • 4. Batch Script Arrays in Batch Script - Iterate over an Array
  • 5. Batch Script Arrays in Batch Script - Length of an Array

  • 12. Batch Script Functions in Batch Script
  • 1. Batch Script Functions in Batch Script - Introduction
  • 2. Batch Script Functions in Batch Script - Function Call
  • 3. Batch Script Functions in Batch Script - Function with Parameters

  • 13. Batch Script Archive and Task Scheduler
  • 1.1 7zip download.html
  • 1. Batch Script Archive and Task Scheduler - Zip and move file
  • 2. Batch Script Archive and Task Scheduler - Zip with Timestamp and move file
  • 3. Batch Script Archive and Task Scheduler - Task Scheduler to Execute Script
  • 4.1 guessthenumber.zip
  • 4. Batch Script Archive and Task Scheduler - Guess the number

  • 14. PowerShell Introduction
  • 1.1 PowerShell for Beginners (Master concepts step by step).html
  • 1. PowerShell Introduction to PowerShell
  • 2. PowerShell Getting Started Introduction
  • 3. PowerShell Getting the latest Version
  • 4. PowerShell Launching PowerShell
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 16973
    حجم: 1365 مگابایت
    مدت زمان: 177 دقیقه
    تاریخ انتشار: 8 مرداد 1402
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید