home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0925.lha / DonsGenies / DonsGenies.lha / Useful / format0ffs.rexx < prev   
OS/2 REXX Batch file  |  1993-07-24  |  227b  |  6 lines

  1. /* This little script will format a floppy as Data.nnn where nnn is a random number. So you don't get dozens of disks called Empty. */
  2.  
  3. address command
  4. "format drive df0: name data."||random(1,999,time("m"))" FFS noicons"
  5. exit
  6.