Obsolete Befehl
Hallo und einen guten Morgen,
ich arbeite ein Batchskript auf welches eine Prüfung von Nutzeraccounts macht. In diesem Skript ist der Befehl OBSOLETE drinn.
Ich habe bei google danach geschaut, aber nichts darüber gefunden was er genau macht und wo ich die Exe laden kann.
Die Übersetzung lautet nur veraltet.
Ich hoffe Ihr könnt mir Helfen und was zu diesem Befehl sagen.
Viele Grüße
Aldeeer
ich arbeite ein Batchskript auf welches eine Prüfung von Nutzeraccounts macht. In diesem Skript ist der Befehl OBSOLETE drinn.
Ich habe bei google danach geschaut, aber nichts darüber gefunden was er genau macht und wo ich die Exe laden kann.
Die Übersetzung lautet nur veraltet.
Ich hoffe Ihr könnt mir Helfen und was zu diesem Befehl sagen.
Viele Grüße
Aldeeer
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 130628
Url: https://administrator.de/contentid/130628
Ausgedruckt am: 05.11.2024 um 20:11 Uhr
2 Kommentare
Neuester Kommentar
Hallo
Ich vermute mal du meinst das.
Download
Ich vermute mal du meinst das.
OBSOLETE: Clean old junky files. Version 1.00. Jul 05 1992
Copyright (c) 1991 by Yossi Gil, P.O.Box 3148, Jerusalem, ISRAEL.
Usage: obsolete [flags] age [-f] pattern [dir]
Will recursively remove all files which older than 'age' which match 'pattern'.
Recursive scan starts from the current working directory or from 'dir' if
specified. 'age' is a sequence of pairs <N unit> where N is an optional number
and 'unit' is seconds, minutes, hours, days, weeks, moths or years. 'flags' are
one or more flag characters preceded by "- optionally followed by "+" for
turning flag on (default), or "-" for turning it off.
FLAGS -h Print this message and exit
-H+ Remove hidden files too -R- Do not recurse into subdirectories
-S+ Remove system files too -W+ Remove write protected files too
-i+ Ask before removing file -I+ Ask before overriding write protect
-s Silent: don't list files -n Do nothing: just list files
EXAMPLES
obsolete 2 weeks *.tdk c:\ Remove all drive C: 2 weeks old .tdk files
obsolete -R- 2 days *.bak Remove 2 days old .bak files from current dir obsolete day *.* \brief\backup Remove day old files from backup dir
obsolete -n 3 years *.exe \bin List all 3 years old .exe files in \bin
obsolete -s -HSW second *.@@@ \ Silently remove ALL (junk?) .@@@ files
DOES NOT SUPPORT LONG FILE NAMES!
FREEWARE: Find it at: http://www.umich.edu/~archive/msdos/util/disk/obslt10.zip
Or search the web -- this was in SimTel, it's all over the place.
Copyright (c) 1991 by Yossi Gil, P.O.Box 3148, Jerusalem, ISRAEL.
Usage: obsolete [flags] age [-f] pattern [dir]
Will recursively remove all files which older than 'age' which match 'pattern'.
Recursive scan starts from the current working directory or from 'dir' if
specified. 'age' is a sequence of pairs <N unit> where N is an optional number
and 'unit' is seconds, minutes, hours, days, weeks, moths or years. 'flags' are
one or more flag characters preceded by "- optionally followed by "+" for
turning flag on (default), or "-" for turning it off.
FLAGS -h Print this message and exit
-H+ Remove hidden files too -R- Do not recurse into subdirectories
-S+ Remove system files too -W+ Remove write protected files too
-i+ Ask before removing file -I+ Ask before overriding write protect
-s Silent: don't list files -n Do nothing: just list files
EXAMPLES
obsolete 2 weeks *.tdk c:\ Remove all drive C: 2 weeks old .tdk files
obsolete -R- 2 days *.bak Remove 2 days old .bak files from current dir obsolete day *.* \brief\backup Remove day old files from backup dir
obsolete -n 3 years *.exe \bin List all 3 years old .exe files in \bin
obsolete -s -HSW second *.@@@ \ Silently remove ALL (junk?) .@@@ files
DOES NOT SUPPORT LONG FILE NAMES!
FREEWARE: Find it at: http://www.umich.edu/~archive/msdos/util/disk/obslt10.zip
Or search the web -- this was in SimTel, it's all over the place.
Download