About 286 results
Open links in new tab
  1. What is Scripting - GeeksforGeeks

    Jul 31, 2024 · Scripting is used to automate tasks on a website. It can respond to any specific event, like button clicks, scrolling, and …

  2. Introduction to Scripting Languages - GeeksforGeeks

    Jul 11, 2025 · A scripting language is a programming language designed to automate the execution of tasks that would otherwise be …

  3. What are Scripting Languages? - GeeksforGeeks

    Apr 29, 2024 · Scripting languages are an important part of the software development process, as they are widely used for a diverse …

  4. Writing and executing shell scripts - GeeksforGeeks

    Feb 23, 2026 · A shell script is a collection of commands written in a scripting language that is interpreted by a shell in an operating …

  5. Web Scripting and its Types - GeeksforGeeks

    Jul 23, 2025 · The process of creating and embedding scripts in a web page is known as web-scripting. A script or a computer-script …

  6. Windows PowerShell Tutorial - GeeksforGeeks

    Jan 12, 2026 · Windows PowerShell is the ultimate automation engine trusted by millions of IT pros, DevOps engineers, and system …

  7. Writing a Windows batch script - GeeksforGeeks

    Feb 2, 2026 · Executes multiple CMD commands in a predefined order Useful for automation, system maintenance, and scripting …

  8. What's the difference between Scripting and Programming Languages ...

    Dec 10, 2025 · Basically, all scripting languages are programming languages. The main theoretical difference is that scripting …

  9. Bash Scripting Fundamentals - GeeksforGeeks

    May 7, 2026 · Bash scripting is the process of writing a sequence of commands in a file and executing them together to perform …

  10. Working of Bash Scripting - GeeksforGeeks

    May 6, 2026 · Bash scripting automates tasks in Linux by letting you write and execute multiple commands from a single script file. …