scripting

A scripting language or script language is a programming language that is used to manipulate, customize, and automate the facilities of an existing system. Scripting languages are usually interpreted at runtime rather than compiled.
A scripting language's primitives are usually elementary tasks or API calls, and the scripting language allows them to be combined into more programs. Environments that can be automated through scripting include application software, text editors, web pages, operating system shells, embedded systems, and computer games. A scripting language can be viewed as a domain-specific language for a particular environment; in the case of scripting an application, it is also known as an extension language. Scripting languages are also sometimes referred to as very high-level programming languages, as they sometimes operate at a high level of abstraction, or as control languages, particularly for job control languages on mainframes.
The term scripting language is also used in a wider sense, namely, to refer to dynamic high-level programming languages in general; some are strictly interpreted languages, while others use a form of compilation.
In this context, the term script refers to a small program in such a language; typically, contained in a single file, and no larger than a few thousand lines of code.
The spectrum of scripting languages ranges from small to large, and from highly domain-specific language to general-purpose programming languages. A language may start as small and highly domain-specific and later develop into a portable and general-purpose language; conversely, a general-purpose language may later develop special domain-specific dialects.

You do not have permission to view the full content of this post. Log in or register now.
  1. J

    UDEMY - Learn Linux and Shell Scripting From Basic To Advanced

    Learn Linux and Shell Scripting From Basic To Advanced Hidden content
  2. J

    Help Bash scripting

    helow mga bossing/madam & experts paano po gumaling sa bash scripting my recommended site p0h b na free pgaralan pra mging expert dn aqouh? tia gad bles x inio p0h
  3. L

    Course [Udemy] Free Courses | Linux Shell Scripting Beginner Course

    What you'll learn Understanding Shell Scripting Fundamentals Mastery of Control Structures and Looping Automation and Scripting for System Administration Integration with External Tools and Systems Hidden content
  4. J

    Course UDEMY - Linux Command-Line & Shell Scripting for Absolute Beginners (Active Code) 01/02/2023

    Grab na guys habang available pa. just please hit like button for more useful sharing. thanks Hidden content *Take note that this is limited time only guys and please pa feedback na lang guys if buhay pa yung link. Enjoy 😊
  5. J

    Course UDEMY - Master Linux Command Line and Shell Scripting from Scratch 12/05/2023

    Grab na guys habang available pa. just please hit like button for more useful sharing. thanks Hidden content *Take note that this is limited time only guys. Enjoy 😊
  6. I

    UDEMY - Learning PowerShell Object Oriented Scripting

    ✨️(Limit: 1000 Enrollment)✨ 🌻Please enroll ASAP or the coupon will expire🌻 Hidden content
  7. H

    Course UDEMY COURSE 100% OFF Bash Shell Scripting Bootcamp: 10 Project-Based Learnings

    Bash Shell Scripting Bootcamp: 10 Project-Based Learnings Become a Linux Bash scripting expert through hands-on project-based learning with 10 real world beginner's projects. This course includes: 4.5 hours on-demand video 12 downloadable resources Access on mobile and TV Full lifetime...
  8. C

    Course Svelte, Perl, Shell Scripting and C++ Course Bundle 2022

    Svelte, Perl, Shell Scripting and C++ Course Bundle 2022 Size: 3.94GB Svelte, Perl, Shell Scripting and C++ Course Bundle Learn all of these in a single place. What you'll learn Students will be able to understand shell scripting concepts How to use C++ language in action Learn how to use Perl...
  9. C

    Programming vs Scripting

    Programming vs Scripting Programming language defines a specific set of instructions that can be used to produce various kinds of output. The programmer provides a set of instruction for a computer to achieve a certain goal. Certain algorithms can also be implemented by writing programmes. A...
  10. W

    Help Batch Scripting

    How to improve this? Or Show me the proper way on how to do it. call "%~dp0Office\setup.exe /download %~dp0Office\Office2021(Excel,PowerPoint,Publisher,Word)_Configuration.xml"
  11. W

    Help Batch Scripting

    Can you show me if there is something wrong in this script below? Or show me how do I improve it? @echo off title Microsoft Office Deployment Tool Installer Script ver.01 net session >nul 2>&1 if %errorLevel% == 0 (goto :continue) else ( echo. echo. [ERROR] This script requires administrator...
  12. P

    Tutorial Simple Bash Scripting Tricks #1

    Hello, I'm kinda bored also no one about bash scripting here. so yeah. Lets Start... How to get rid of all Tabs/or all unwanted space on a string? Input File: foo.txt foo foo Run: sed -i 's|[[:blank:]]||g' foo.txt Explanation: ^ stands for matching position just before the...
  13. S

    Tutorial Termux Guide Update

    Termux Guide Update softbrick phone ko guys kaya gawa muna ako ng magulong tut para sa inyo. Practice ko nadin tong BBCode. start na agad.. Termux CMDLine Basic Basic Bash Scripting and Command Chaining
  14. A

    Scripting, I need help mga sir

    Mga sir, isa po akong custom script maker, actually po nangangapa palang ako, sana po may makatulong o makasagot sa problema ko ngayon, Kung pamilyar po kayo sa Exagear at Unity Assets Bundle Extractor (UABE), Sinusubukan ko po na i edit yung audio or dound effects ng skills pero hindi ko po...
  15. Y

    Closed Typescript vs javascript

    And give me reason why TS is better to start with than JS or vice versa... as a begginer.. Pro's view for starters Need lang talaga... And road to be established ulit... An im back now phc. Di na ako magiging ninja for now.. Hahaha
  16. S

    Closed receiving data from website www.exmple.com to my local web server or xammp.

    patulong naman po ako sainyo. panu ko po ba magagrab yugn data nung website ko. heres my code <html> <title>send sms</title> <header></header> <body> <form name="mainform" method="post" action="send.php"> <table align="center"> <tr> <td>Phone Number</td>...
  17. R

    Windows 7 and Vista Guide to Scripting, Automation & Command Line Toools

    Windows 7 Guide to Scripting, Automation & Command Line Toools
Back
Top