Liste weiterer Kommandozeilentools
In dieser Rubrik werden verschiedene Kommandozeilentools aufgelistet, die sich ebenso in Batch-Dateien verwenden lassen. Es sind zumeist Portierungen bekannter Unix-Kommandozeilentools oder aber Freeware für Windows.
Alle genannten Programme gehören nicht(!) zum Umfang von MS Windows.
showdate
BefehlName
Kurzbeschreibung
Autor
Webseite
Lizenz
Syntax
Beispiele
Links
| Befehl | showdate |
| Name | Showdate |
| Kurzbeschreibung | zeigt Datum und Uhrzeit in beliebiger Formatierung an |
| Autor | Axel Hahn |
| Webseite | https://www.axel-hahn.de/projects/programme/showdate/ |
| Lizenz | Freeware |
| Syntax |
SHOWDATE V1.2 - by Axel Hahn - 28th Oct. 2006
-- HELP: SHOWDATE
SHOWDATE.exe [options]
output options:
/f:<format> - string to format output of date
/p:<prefix> - static text shown at the left of the date
/s:<suffix> - static text shown at the right of the date
options to shift the time:
/d:<count of days>
/hh:<count of hours>
/mm:<count of minutes>
negative values shift to the past
Without options it shows the current date in format dd.mm.yyyy.
example:
Showdate.exe /p:"xcopy /l /d:" /d:-5 /f:mm-dd-yyyy /s:" . c:"
... gives back:
xcopy /l /d:10-23-2006 . c:
^^^^^^^^^^
date 5 days ago
... a command to list the files older 5 days
|
| Beispiele | |
| Links | https://www.axel-hahn.de/batch/weitere-kommandozeilentools/run-if-older/ |