home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / filetest.zip / FILETEST.TXT < prev    next >
Text File  |  1995-12-17  |  1KB  |  40 lines

  1. These are simple batch files to create sequentially numbered 
  2. files from any source file called TEST.DUD. I used them to 
  3. test OS/2 to see how it handled large file copies/moves from 
  4. the command-line and the desktop. 
  5.  
  6. Do all of these steps from an OS/2 command-line session:
  7.  
  8. 1) Place all the files in a seperate directory
  9. 2) I have included 3 files (without EA's) that you can use OR use 
  10.     your own file; try files with/without EA's on FAT and HPFS. 
  11.     Rename one of the following to TEST.DUD:
  12.  
  13.    1BYTE.DUD
  14.    1KBYTE.DUD
  15.    10KBYTE.DUD
  16.    
  17.    Guess how large each file is?
  18.  
  19. 3) These files create the test files:
  20.  
  21.    TEST1.CMD creates 1000 files.
  22.    TEST2.CMD creates 2000 files.
  23.  
  24. Note: If you rename a file to TEST.DUD on the OS/2 desktop and then 
  25. run TEST1.CMD you will have 1000 files with EA's and all called 
  26. TEST.DUD (on the OS/2 desktop). This is interesting.
  27.  
  28. Need more files? Use the System Editor (E) or the Enhanced Editor (EPM) 
  29. and edit TEST1.CMD. Do a Search->Replace->Change of "TEST0" to 
  30. "TEST2" and append this file to TEST2.CMD and it will create 3000 
  31. files. Need even more? Repeat the above... with the correct values of 
  32. course.
  33.  
  34. Rename the *.CMD files to *.BAT to execute them from a DOS session.
  35.  
  36.  
  37.  
  38.  
  39.  
  40.