1 / 12

SCRIPTS

SCRIPTS. Patrick Schmerlaib. Allgemein. Scriptsprachen: s ind Programmiersprachen Verzichten auf Sprachelemente Vorteile: s chnelle E rstellung kleiner Programme Flexible Sprache Nachteile: Keine Überprüfungsfähigkeit Kann leicht manipuliert werden. Kategorien.

race
Download Presentation

SCRIPTS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SCRIPTS Patrick Schmerlaib

  2. Allgemein Scriptsprachen: • sind Programmiersprachen • Verzichten auf Sprachelemente • Vorteile: • schnelle Erstellung kleiner Programme • Flexible Sprache • Nachteile: • Keine Überprüfungsfähigkeit • Kann leicht manipuliert werden

  3. Kategorien • Kommandozeileninterpreter • Scriptsprachen: • Die als Bibliothek verfügbar sind • Verschiedener Programme • Im WWW • Selbstständige

  4. Kommandozeileninterpreter • Für interaktive Nutzung • Automatisierung der Aufgaben • Sind kleine Programme in Dateien • Vom Interpreter aufgemacht • Dateinamen: • Unix – Shell-Skripte • DOS/Windows – Batch-Skripte

  5. Scriptsprachen in Bibliothek • z.B.: • GNU Guile • Sleep • VBScript und JScript • Windows PowerShell

  6. Scriptsprachen von Programmen • Sind Makros • Zum Automatisieren • Können meist leicht geändert werden • Änderung sehr weitreichend • Flexibel • Anwendung bei kleinen Programmen

  7. Scriptsprachen im WWW • Verwendung auf Server für: • Dynamische Seiten • Webanwendung • Anwendung bei: • Wikis • Foren • Gästebücher • Onlinegeschäfte

  8. Windows PowerShell • Auch bekannt: • Monad • Microsoft Command Shell(MSH) • Von Microsoft • Als Alternative zu: • cmd.exe • Windows Script Host

  9. Windows PowerShell - Befehle • Add-Computer • Remove-Computer • Test-Connection • Start-Process • Copy-, Rename-, Clear-Item

  10. Batchdateien • Erstellen Textdatei • Befehle Zeilenweise schreiben • Speichern mit .bat oder .cmd • Ausführen • Befehle werden einzeln verarbeitet

  11. Batchdatei-Befehle • Call • copy/xcopy • date • del • exit • getmac • help • move

  12. Vielen dank für ihreAUFMERKSAMKEIT SCRIPTS

More Related