mount disk

hi

We can eject disk just by this script

tell application "Finder" to eject disk "SPEC"

So is there ant script that mount the disk back.

i want to do these because i want to perform this task in single script
1- mount disk “SPEC”
2- copy a file from HD to SPEC
3 - Eject disk “SPEC”

thanks