also..
sorry for the late response..
Search found 7 matches
- 11 Jan 2010 17:24
- Forum: DOS Batch Forum
- Topic: Newbie here needs help to manipulate file names
- Replies: 10
- Views: 9569
- 11 Jan 2010 17:23
- Forum: DOS Batch Forum
- Topic: Newbie here needs help to manipulate file names
- Replies: 10
- Views: 9569
- 05 Jan 2010 18:37
- Forum: DOS Batch Forum
- Topic: Newbie here needs help to manipulate file names
- Replies: 10
- Views: 9569
- 05 Jan 2010 16:49
- Forum: DOS Batch Forum
- Topic: Newbie here needs help to manipulate file names
- Replies: 10
- Views: 9569
re
Copy files from the last date in the name or a specific date?
specific date...
And yet, that means "14" in the Insite=2009091814
the format of:
2009091814
is
YYYYMMDDHH
- 04 Jan 2010 17:42
- Forum: DOS Batch Forum
- Topic: Newbie here needs help to manipulate file names
- Replies: 10
- Views: 9569
thanks..
someone gave me a code and i edited it.. and I finally solved my problem somehow.. @echo off set SourcePath=d:\deck\TEST\Source set Destination=d:\deck\TEST\20090918 set Insite=2009091814 IF NOT EXIST %Destination% GOTO NOPATH :GETUPDATE echo "updating local files..." COPY /Y %SourcePath%\...
- 04 Jan 2010 17:15
- Forum: DOS Batch Forum
- Topic: Newbie here needs help to manipulate file names
- Replies: 10
- Views: 9569
thanks..
thanks for the help..
i'll try this one now..
i'll try this one now..
- 04 Jan 2010 01:42
- Forum: DOS Batch Forum
- Topic: Newbie here needs help to manipulate file names
- Replies: 10
- Views: 9569
Newbie here needs help to manipulate file names
good day to everyone.. i'm know someone could help me out there about my problem. i'm a newbie regarding dos batch scripting so i don't really know how to solve my prob.. what i need to do is to search a file in a folder and and copy it to another folder..not all files must be copied..i need to spec...