Summary: Sorry for the double post, I had missed the programming forum and put this under Windows 2000. I have written a series of batch files which automate a...
Summary: Hi guys, I'm creating an automated DOS batch file to copy multiple directories to a different drive. Once the copy is complete, I want to log the num...
Summary: I'm trying to use the 7z command line and the pics can all go to 1 communal folder. I have no preference. I have code to extract the 1st file names, b...
Summary: Relates to an ealier post with title: Batch File deleting files by date? HAD TO CHANGE FOLLOWING TO GET WORKING 1. In Line: for /f "tokens=2" %%i in (...
Summary: i need help to get the size of a file in java? e.g. hoe do i get the size of a 100k jpeg file? (so it return 100k as the file size) what methods do i ...
Summary: Hi, I need help to find solution to this problem well my motto is to combine files within a folder with common string in their file name into one. I a...
Summary: Is there any way to use the dir command / some DOS Script to select only first file of similar pattern of files in a direcotory and rename it for exam...
Summary: Hi , I am using the following command in my batch file to find no of batch files in a directory dir "a\b\c" | find /v /c "::" I am able to get the cou...
Summary: Hello all, I've been trying to get a batch file that will go to a specified directory count the number of files (any file and a files with a specifi...
Summary: I have a large amount of folders with many files in each one and I want to to be able to rename all of the files in the sub folders to the name of the...
Summary: I can't figure out how to get the length of a file in Python. The files I'm dealing with are relatively small, so I could read() the whole thing into...
Summary: Hi Chrispie Give this a try, I've changed the date variables around, I'm english, to suit your american date format. Change the For Loop data for your...
Summary: I'm running FreeBSD 3.4-RELEASE, GNU 2.72 C/C++ compiler. I want to know what function returns the length of a file. I could read each byte until I ...
Summary: How can I determine the size of a memory block allocated by malloc? I tried using sizeof on the pointer to the memory block but it returns the size of...
Summary: Hi, how would i specify to count the size of the blocks of the files in my current directory, using ls -s in c-shell? Instead of 'ls -s' it should pri...
Summary: Hi, how would i specify to count the size of the blocks of the files in my current directory, using ls -s in c-shell? Instead of 'ls -s' it should pri...
Summary: Hi, I’m making a program designed to send some files to my email account (using blat). I want it to start sending each file, deleting it when it is...
Summary: By opening and saving a file in paint, file size of jpeg files is reduced by more than 60% and thus saves disk space. Also there is no difference in...
Summary: I currently have a batch file that chacks the contents of a file and replaces part of a text string (thanks to Machanix2Go)this works fine. However, n...
Summary: I don't understand what you are trying to do with this line: head =&head+2*(sizeof(*))+2*(sizeof(int)); I would guess that you meant: head =&head+2*(s...
Summary: i would write a small program in c that searches every directory and store the modify date, path and filename of each file in a text file and check t...
Summary: Ok, i did a different aproach on this. I created the following for test conditions, and it seems to work. made folder c:\output created c:\output\File...
Summary: Hi AKL, The chk4miss.bat checks all the CSV files in the current directory. It looks for the strings in chekdata.txt which I created for testing. It ...