I have to deal with a lot of legacy systems and this also works. Enjoy Bob
returncode=msgbox ("mount a 3.5 diskette for backup",65,"backup start")
if returncode=1 thenSet ss = CreateObject("WScript.Shell")
ss.run "COMMAND /C C:\util\pkzip.exe a:master77.zip y:\rds\rds77\master.txt ",1,TRUE
set ss = nothing msgbox "backup is done please remove the diskette",64,"backup finished"
end if