Summary: OK, DOS geezers, am about to upgrade/migrate a RAID V array. Would like to retain (or recreate) original folder/directory creation dates in copying th...
Summary: i need to write a program that tell a person how old they are if they type in their age. the age needs to be compared to the date in the bios (cmos). ...
Summary: I am looking for a simple dos/bat programming script that will copy all (*.*) the files and back them up to another directory WHILE adding the DATE in...
Summary: I need to manipulate date in my c program. I'm using SYSTEMTIME to get the current date. How can i get the yesterday's date. I can subtract 1 to the d...
Summary: The cell you want to display the date in should have this definition: =TODAY() You can change the way the date is displayed by right clicking the cell...
Summary: This is a response to an older post (thread is now closed), back in 2004, but that post the first result from Google for this problem. Since I had to ...
Summary: hello experts, i need your help to rename a folder in batch script with time and date for example MyFile__22_05_2009__6_20 ren C:\amab_fin\temphold M...
Summary: I'm looking for help with the DATE function in batch files and saw your postings on http://www.computing.net/programming/wwwboard/forum/2249.html %DAT...
Summary: Hi there I use XCOPY to backup all files from my computer to an external hard disk. Currently, it is always to the same folder (X:\backup) with only n...
Summary: I am new to VBS and was wondering how you would write a script that would delete subfolders of subfolders found in a directory.... the delete would ne...
Summary: Hi all, every day, I have to open a text file to insert in the first line the current date and then print, and I'm wondering If I could do that by a ...
Summary: hi, i'm having a table in mysql which has a column name DOB, the field of which defined as date. & i'm inserting the data into it, after converting ...
Summary: Hello all, Any one know how to get the following to work in a win98 batch file? md e:\BackUpTemp%date% It works okay under winXP Peter Judd ...
Summary: Hi These subroutines may be useful for calculating date issues in Batch File coding. The sub-rountines use variables a-f so best to not to use them in...
Summary: Our office network uses Win2K Server and our PCs use Win2KPro. We are using a program called RealPopup for text messaging between PCs. RealPopup allow...
Summary: Hey, I'm looking for a simply way to rename certain files within a folder bt appending the mmdd of the creation date to teh file name. Kinda like: set...
Summary: hello guys do u have any idea about putting a password in a folder? pls help me about this. i need it to my personal folder because some of them is ve...
Summary: There is no built-in function but you can write your own function. Java's getTime() gets the time since 1/1/1970 at 0 hrs UT. To get it exact you woul...
Summary: i also first suggested that folder can be accessed from vb by writing program setting labelbox and textbox. But i need to be given for the folder in t...
Summary: HI all, I am using oracle 8i on backend and using ADO 2.0 library in Visual Basic 6.0. When I makes a Recordset then this recorset retrieves all valu...
Summary: I am using the following lines to determine todays day, month, year which is used later in a batch. for /f "tokens=1-4 delims=/ " %%a in ('date/t') do...
Summary: Hello Firt of all, I'm not very used in programming, so sorry if I'm not as specific as I should be. I wrote a Bat-Script on a Windows 2003 Server tha...
Summary: hello, I have a folder that I want to periodiclly clean out old folders. for example a folder is created every day that looks like 20080304. I want ...
Summary: I am trying to create a batch file to delete mulitple folders within a folder. The folders pre-generate when a program is ran. The folders names are...