BATch-Dateien - andere Kommandozeilentools

Auswahl weiterer Kommandozeilentools, die nicht zum Umfang von MS Windows gehören.

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

Übersicht

Befehl
Name
Kurzbeschreibung
Autor
Webseite
Lizenz
Syntax
Beispiele
Links


Befehlshowdate
NameShowdate
Kurzbeschreibungzeigt Datum und Uhrzeit in beliebiger Formatierung an
AutorAxel Hahn
Webseitehttps://www.axel-hahn.de/projects/programme/showdate/
LizenzFreeware
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
Linkshttps://www.axel-hahn.de/batch/weitere-kommandozeilentools/run-if-older/

Übersicht