is_utf8:0,
 
Search : in
By :

Batch Script to Move files older than 30days

Last answer on Aug 4, 2009 4:48:57 pm BST chnd, on Jun 19, 2009 9:06:22 pm BST 
 Report this message to moderators

Hello,
Any one can help me to write a batch script to move files which are older than 30 days.


chnd

Configuration: Linux
Firefox 3.0.11

Best answers for « Batch Script to Move files older than 30days » in :
Batch Script - Move files to \%date%\%time%\ Show Batch Script - Move files to \%date%\%time%\ Issue Solution Note Issue I have been trying to make a simple batch script to create database backups and move then into a folder named by date, and a sub folder by time. This is what I...
Writing in batch in text file ShowWriting in batch in text file To write in a file text, you just have to use a redirect: echo text > output_file.txt To write in an existing file: echo " Write at the end of the file ">> output_file.txt
Using .MOV file ON Windows Movie Maker ShowUsing .MOV file ON Windows Movie Maker Solution Windows Movie Maker does not recognize my .MOV files Solution Windows Movie Maker natively does not recognize MOV files The solution is to convert ( MOV files into AVI files....
Renaming multiple files in batch ShowRenaming multiple files in batch Native features Using a third-party program Renaming a large number of files can quickly become tedious. Fortunately, there are tools to automate this task in many cases: Native features On Windows...
Download Mov Download Tool ShowMov Download Tool is a tool to download QuickTime files from different web sites. This tool acts as a proxy between these QuickTime buttons which you can find on different web sites (mostly for HD contents), and the QuickTime player. It intercepts...
File sharing in Windows XP ShowAdvantages File sharing involves making the content of one or more directories available through the network. All Windows systems have standard devices making it easy to share the content of a directory. However, file sharing may lead to security...
Using FTP commands ShowThe FTP protocol FTP (File Transfer Protocol) is a protocol — meaning a standard language that lets two machines communicate — used so that computers of different types (or with different operating systems) can transfer files over a...
Operating Systems - MS-DOS - Commands ShowCommand Description dir lists the contents of a folder cd changes folder cd .. parent folder md or mkdir creates a new folder deltree deletes a folder and all sub-folders copy, xcopy copies...

1

 SenHu, on Aug 4, 2009 4:48:57 pm BST
  • +1

Please see the answer I posted at "http://en.kioskea.net/...". You will need biterscripting to run that script, which can be downloaded free from http://www.biterscripting.com .

Sen

Reply to SenHu