Improved:
Code:

$iRC=setoption('Explicit','on')
$iRC=setoption('NoVarsInStrings','on')

If InGroup("EVERYONE")
USE S: "\\KC-dc01\SWAPS$"
if @error
? "Couldn't map drive S:"
? "ERROR: " @error " " @serror
sleep 5
endif
USE G: "\\FS1\ENG\SCANS$"
if @error
? "Couldn't map drive S:"
? "ERROR: " @error " " @serror
sleep 5
endif
ELSE
? "You are not in group EVERYONE"
sleep 5
EndIf


_________________________
There are two types of vessels, submarines and targets.