
# VI calls the visual editor vi from with the BATCH directory
#
# example: VI 01 01_40_1.sco
#
#        calls up file 01_40_1.sco for editing.

vi ../$1/$2

# jpg 4/94

