Summary: I have .csv files with timestamps in a folder like: 17068679.CSV, 17068678.CSV, 17068668.CSV, 16068679.CSV, 16068678.CSV etc. I need to know how many ...
Summary: I have .sql files with timestamps in a folder like: hddaily 20081130 0600.sql, hddaily 20081129 0600.sql, hddaily 20081130 0600.sql, etc. Filename is ...
Summary: Hi, I want a shell script which is used to copy a file from a local drive to unix server. I want to ignore the username and password of local host. pl...
Summary: Not tested. For /l %%1 in (1,1,200) do ( copy message.xml message%%1.xml > nul ) Or: For /l %%1 in (1,1,%1) do ( copy message.xml message%%1....
Summary: how would i adjust this script for a specific file instead of the whole folder? for /d %%a in (R:\Reports\????????.000) do xcopy /e /i /-y "%%~fa" "H:...
Summary: Hello, I need to remove some information from textpad containing numbers and address(s). In the example, someone sends me information that contains pe...
Summary: Hello, I need a script to copy a directory recursively, but instead of re-creating the tree structure, to copy all files in a single folder, appending...
Summary: Thanks, Since the file isn't that big I took off the /d switch and it works good now. I'm not very good with scripts. There is another script I need...
Summary: I have a directory with files that all have a prefix where I need to have a cmd or bat script to remove the prefix for all files in the directory. I k...
Summary: I've been searching for several hours and have come up empty handed. I hope someone can help me. I'd greately appretiate it. I need a script (preferab...
Summary: On second thought it would be nice if the copied SAM file would have a name like SAM-TIME_DATE_YEAR .. Then one could make a command like: if exist a:...
Summary: @echo off setlocal EnableDelayedExpansion :For every file in current dir, for %%I in (*.dat) do ( call :check_ %%~nI :Remove "echo" from the below l...
Summary: Hey Fellas, I am Stuck at another corner. I have pdf files in one folder and same files in second folder. When i add new files to folder one and run ...
Summary: yeah! i mean to say when you create a text file and type something in it to increase its size...after this filesize of text file is 10kb (for example...
Summary: Yes it is possible, the first question is are all the directorys roughly the same name or are they different, if they are similar can i have a example...
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: i have .csv files with timestamps in a folder lke below. 20080302112305.csv 20080302123005.csv 20080302131207.csv 20080302172309.csv I need to keep on...
Summary: Hello, I am trying to write a script that copies all files in the directory tree to a folder without the folders. Only teh files inside them. For exam...
Summary: Hi I've got the following script that works if I run it but not if any ther user does. It's used just to create a folder convert some files and switch...
Summary: Hi, I have a simple script that copies a file to each computer contained in txt file. I'm using the For /f to read the computer names, then I ping the...
Summary: 1) In the script to RENAME files change this line: ren %%2 !level2!%%2 to: ren %%2 !level2!-%%2 In the script to COPY the files change this line: co...
Summary: copy files but compare their dates first ============================= hi i searched web and your site for my answer but no where i found it. i nee...
Summary: Hi gurus, I need to write a batch script to copy the files from first folder, that begin with a perticular string (say begin with test, having files t...
Summary: I need a bat file to run every 5 minutes and copy only the new/modified files. each time the script runs its to place the files in a new folder by dat...
Summary: I am trying to write a batch script that moves all files from one network folder to another network folder. On the destination folder, I need to delet...