home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DTP Toolbox
/
DTPToolbox.iso
/
utilities
/
propage_pdraw
/
donsgenies
/
useful
/
format0.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1996-02-05
|
223 b
|
6 lines
/* 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. */
address command
"format drive df0: name data."||random(1,999,time("s"))" noicons"
exit