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: The following batch achieves your wish and the code is planned to perform in the safest way possible. I named it CDate.bat and to run type CDate Path_...
Summary: Hi, I need to append a date stamp to an output file name. Eg, abc_.txt I tried using abc_%date%.txt as the output file syntax and it wouldn't accept....
Summary: I attempting to remove any "," (commas) in the file names which I have thousands of files names that have this special character. Here is an example- ...
Summary: Hi All, I am on Windows 2000 server, and I would like to create a batch file that will rename a file with the current system date. I know this has bee...
Summary: I have a folder with files named like this: 20061211efo_s_web.jpg 20061212psf_s_web.jpg 20061213efs_s_web.jpg I need a batch file that will look at th...
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: How would I go about writing a batch file to copy all the file names in a folder...just the file names not the files and then rename them to something...
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: I have to make a monthly planner using Turbo C. each month record must be saved as month+year.dat ex. mar2001.dat, aug2013.dat. how can you save the...
Summary: The problem with using %date% or substrings thereof is that there are dozens, if not hundreds, of date layouts. Many contain chars which are not legal...
Summary: Well, this is my first question in these forums. I'm kind of new to batches, and now I need a batch file to solve a problem I have. Maybe someone her...
Summary: HI Trying to compare 2 file names and then react depending whether they are the same or not. Code as follows: for /f %%a IN ('dir "c:\test\1\*.ver" /b...
Summary: Hello, I am in need of a DOS BAT file to read in the current .txt file name of a file name that starts with "CD0001" and rename it to CD0002 and tag a...
Summary: Acutally the requirment is: With ANT script i have got all the filepaths modified after a specific date and stored it in a text file. from this text f...
Summary: how can I modify this to parse a log file for the file names @echo off setLocal EnableDelayedExpansion [code] for /f "tokens=* delims= " %%A in (afrik...
Summary: Hi, I’m stuck on part of a batch file I’m working on. What I’m trying to do is copy all files with the extension JPE in a directory to another directo...
Summary: Hello. I'm having a problem finding a certain file in a known directory and deleting it. I know that the file name will contain the month and day in...
Summary: Here's my dilemma of the day. I'm writing a batch program built around 7za.exe to xcopy files to a destination then zip the directories, replacing t...
Summary: I don't remember the exact function, but the lowest level time function returns the system time in seconds since some base date (usually Jan 1, 1970)....
Summary: I have a standing problem: Under a directory, I have many files with similar names for example 1998.EEO.SAC 1999.OTT.SAC 2000.CRLO.SAC . . . I want to...
Summary: Hi, Does anybody know how to either get or calculate the system time in milliseconds from a certain date? What I'm basically looking for is the same t...
Summary: I am using Windows XP and I want to programatically scramble the names of the files in a directory in a controlled fashion. for example if the direct...