|
vbScripts zur Implementierung in Langmeier Backup |
vbScripts for Implementation in Langmeier Backup |
|
vbScript ist eine dem Visual-BASIC ähnliche Programmier-Sprache, die in einem beliebigen Texteditor im Quellcode geschrieben und ohne weitere Maßnamen so zur Ausführung gebracht werden kann. Der Code wird als Textdatei mit der Dateiendung *.vbs in ein beliebiges Verzeichnis bewegt (z.B. auf den Desktop) und das darin enthaltene Programm durch Doppelklick auf die Datei gestartet. Wenn es vom Langmeier Backup gestartet werden soll, wird die Dateiendung auf *.lmb geändert und die Datei in das Verzeichnis bewegt, in dem sich die Langmeier-Scripts befinden. Es ist jedoch ratsam, für das Schreiben des Programms einen vbScript-Editor zu verwenden, der z.T. kostenlos im Internet erhältlich ist, weil dieser vor der Ausführung des Programms ein Debugging (Fehleranzeige) durchführt, sodass das Programm schliesslich vor der Ausführung fehlerfrei ist. vbScript ist somit eine Interpreter-Sprache, der Quellcode kann aber auch mittels des vbScript-Editors compiliert werden und das Kompilat liegt dann als *.exe - Datei vor. | vbScript is a programming language similar to Visual BASIC, which can be written in an arbitrary text-editor in source-code and can be executed as such without any more measures. The code will be moved as text-file with the file-extention *.vbs into an arbitrary directory (for example on the desktop) and the contained program inside started by double-klick on the file. If it is to be started by Langmeier Backup, die file-extension is changed to *.lmb and the file moved into the directory, in which there are the Langmeier-Backup-Scripts. But is is advisible to use a vbScript-Editor, for writing of the program, which can be got from the internet partially for free, because this executes a debugging before the execution of the program, so that the program finally is free of errors. vbScript is, because of this, an interpreter-language, but the source-code can be compiled by the vbScript-Editor as well and the compilate is present as *.exe - file. | |
Programmierbeispiele: | Program-Examples: | |
24. Feb 2011 | Feb 24th 2011 |