readme.txt hat folgendes geschrieben: |
LineTerpreter v1.3 author: Retnyg @ http://krazz.net/retnyg a Console/GUI Program to start another program with the contents of a textfile as parameter, by going through every line of the text file. if the program is started without any parameters, it switches to windowed mode. see showsyntax procedure for parameter syntax Example: -> Existing Folder with files unpack1.zip unpack2.zip and blubb.zip: - start cmd.exe to launch a command line - go to the folder containing the zip files, ie: cd \download\myzips - type: dir /B *.zip > ziplist.txt (that will generate a file ziplist.txt, with all the plain filenames of the zips) - lineterpreter "/c:C:\zip\pkunzip.exe -o" /t:ziplist.txt /p2:C:\unpacked'); that would assume that u have pkunzip.exe in c:\zip and lineterpreter.exe in one of the folders in your PATH-environment variable (i.e. C:\windows\system32) or in the same folder as your zip files the quotes around "/c:C:\zip\pkunzip.exe -o" are required to let the program handle C:\zip\pkunzip.exe -o as one term, not two ('coz it has a space inside) Result: linterpreter starts: C:\zip\pkunzip.exe -o unpack1.zip C:\unpacked C:\zip\pkunzip.exe -o unpack2.zip C:\unpacked C:\zip\pkunzip.exe -o blubb.zip C:\unpacked so all zips would be extracted into that path, overwriting existing files (-o switch) (so pkunzip.exe will not wait for a user input, if it finds a existing file) |
Entwickler-Ecke.de based on phpBB
Copyright 2002 - 2011 by Tino Teuber, Copyright 2011 - 2025 by Christian Stelzmann Alle Rechte vorbehalten.
Alle Beiträge stammen von dritten Personen und dürfen geltendes Recht nicht verletzen.
Entwickler-Ecke und die zugehörigen Webseiten distanzieren sich ausdrücklich von Fremdinhalten jeglicher Art!