Search : in
By :

Batch file to check a directory is 30days old

Last answer on Dec 6, 2008 9:21:08 am GMT trusp, on Dec 4, 2008 11:34:21 am GMT 
 Report this message to moderators

Hello,
I need a batch file to list all directories which are 30days old in a specified path.

Example C:\Sample\

Here all the directories which are 30days old from the modified date must be listed.

Batch file must be DOS based.

Please help me on this.

Configuration: Windows XP
Safari 525.13

Best answers for « Batch file to check a directory is 30days old » in :
[Batch File]Time based actions Show[Batch File]Time based actions Issue Solution Issue Upon creating a batch file you want that certain line of batch file is executed after every second (not all the program only certain line). In VB we can do it using the Timer...
Hiding a file or directory under Linux ShowHiding a file or directory under Linux To hide a file or directory in Linux, just have its name be preceded by a period (.). For example: . bash_history . bash_profile . ssh Note that by doing so you are not really hiding the...
Batch file – Get Filenames & Timestamps ShowBatch file – Get Filenames & Timestamps Issue Solution Note Issue Can anyone help me create a batch file that will display all the files, subfolders and files under subfolders of folder with both date created and date modified then...
UNIX - Files ShowIntroduction to UNIX files In UNIX systems any element is represented in the form of a file. All files are architectured around a single tree structure where the base, called the root, is written "/". File types UNIX systems define different...
MS DOS Files and directories ShowFiles in MS DOS In a computers data is stored in files. When you run a program, MS-DOS processes the data stored in the file and passes it to the system. In MS-DOS a file can be any size, however the file name is more restricted, it can only have...

1

 Stephen, on Dec 6, 2008 9:21:08 am GMT

You can ask on specialized Win32 programming newsgroup :
news://194.177.96.26/comp.os.ms-windows.programmer.win32
(easier with Win32 api...)

Reply to Stephen