#! /bin/sh
#OpenScript
#(OS)Dump a file or a set of files to the tape (tar format). 
#(OS)Please drop here the file or a set of files to be dumped.
OPENFLAGS=9
OPENICON="tapes.xpm"
OPENCOMMAND="echo WARNING: This will overwrite the data on the tape.  ; echo Please press Ctrl-C to abort or return to continue.; read dummy; tar cvf $TAPE $*"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
