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 ShowBatch file Settings File Creation DOS is integrated in windows which allow to exploit functionality and command sequence in a script. A batch file is a text file which contains command to be read by DOS. This file can be launched...
Linux - Tree structure of files ShowFile hierarchy under Linux To ensury compatibility and portability, Linux systems comply with the sole FHS (File Hierarchy Standard) standard. The basic hierarchy is as follows: /the root, containing the main directories /bincontains...
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
  • +1

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