|
Format X,Y,Z: This will format the X,Y, and Z drives. Note there is no warrning or conformation. If you use the Clear Cache script you can just add the three item commands betwean the list tags to that.
| CODE | <List Text="Format X,Y,Z" Sort="Off" Auto="On" Batch="True"> <Item Action="Format" Arg1="X"></Item> <Item Action="Format" Arg1="Y"></Item> <Item Action="Format" Arg1="Z"></Item> </List>
|
This post has been edited by tweaqr: Apr 22 2004, 01:46 AM
|