|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Registered User
Join Date: Sep 2004
Location: New Zealand
Posts: 186
|
Writing a batch file to copy many times
Hi guys
For a science fair project, I am going to test the effects of X-radiation on flash memory. I'm intending to fill a number of 16MB (15,876,096 byte) Compactflash cards with data, hash check the data with hkSFV, expose them to the radiation and hash check again for any data corruption. The flash cards have a block size of 4KiB. To make the hash checking more 'accurate', I'd like to use many files which are as small as possible - this would be 3876 files of 4KiB each. However, I'm struggling to actually get 3876 4KiB files on a card, or onto my hard disk. It's easy enough to make a 4KiB file, just open notepad and write 4096 1s. I can't figure out how to make 3875 copies of this file though. If I use copy+paste in Windows XP, I get a 'disk is full or write-protected' error after about 1375 files, every time. I think it's a naming problem - I can never get above 'Copy of (999) file.txt'. I think this could be done much better with a batch file. However my batch file writing skills are limited. Could anyone advise me on how to write a batch file which copies a file called 1.txt n times, with the filenames as 1+n.txt? |
|
|
|
|
|
#2 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
Check out the for-loop, SET, and XCOPY. I'll see if I can fiddle around with something later when I have a few minutes if you don't have something by then.
On a side note, would ASCII data be more or less prone to data corruption than binary data? (ie, and exe file) Might be something else to look into / think about.
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
|
|
|
|
|
|
#3 |
|
Banned
Join Date: Jun 2008
Location: Detroit, MI
Posts: 495
|
Wow, interesting idea. I'd be interested in seeing the results (yeah, I'm a nerd NukeE).
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Simple"Copy" batch file | bozo | Windows Legacy Support (XP and earlier) | 33 | 12-19-2004 08:12 AM |
| DOS - Use Xcopy or a batch file to copy all subdirectories | lotrtrotk | Windows Legacy Support (XP and earlier) | 14 | 09-18-2004 10:46 AM |
| simple batch file | justins | Web Design / Development | 7 | 08-30-2004 01:17 PM |
| Heres some Window Secrets | Citron | Windows Tips, Tricks, and Tweaks | 22 | 01-12-2003 07:07 AM |
| Dos batch file output to log file | manchauser | Web Design / Development | 1 | 10-31-2000 02:58 AM |