User Tools

Site Tools


de:doc:tools_filelist

Filelist.vbs

Dieses kleine Werkzeug wird benutzt, um in einem Verzeichnis eine Liste in einem makefile kompatiblen Format zu erzeugen.

Es wird folgendermassen als vbs Skript aufgerufen mittels

cscript filelist.vbs directory_to_scan Prefix1 fileext1 [Prefix2 fileext2] > outputfile.txt

Als Beispiel nehmen wir mal, an wir haetten einen Verzeichnisinhalt wie Diesen hier

script1.lua
spec1.mdx
spec2.mdx
script2.lua
spec3.mdx
somethingelse.foo

dann rufen wir

cscript filelist.vbs . "SOURCES=" lua "SPECS=" mdx >output.txt

auf und wuerden folgenden Ausgabetext erzeugen:

SOURCES= script1.lua script2.lua
SPECS= spec1.mdx spec2.mdx spec3.mdx

wobei dieser Ausgabetext einfach in makefiles eingebunden werden kann

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
de/doc/tools_filelist.txt · Last modified: 2014/06/01 19:47 by wsauer