home *** CD-ROM | disk | FTP | other *** search
/ DTP Toolbox / DTPToolbox.iso / propage4.0 / arexx / format0.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1996-02-05  |  223 b   |  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("s"))" noicons"
  5. exit
  6.