I trying to get my exe to copy a file\folder structure from compainon DVD. I'm found the below code in anohter thread, howeve I cannot find some of the items; i.e. "Count List Items". Is this because I'm using a newer version of SetupBuilder. Started with 7.x, now using 8, and this post was from 2007.

Set Variable %AVAILABLEDRIVES% to ScriptItem->Get System Information(Enumerate Disk Drives)
Set Variable %COUNTDRIVES% to ScriptItem->Count List Items(%AVAILABLEDRIVES%)
Set Variable %DRIVEID% to "0"
Loop (%COUNTDRIVES% Times)
Set Variable %DRIVEID% to (Increment Variable by 1)
Set Variable %DRIVE% to ScriptItem->Get List Item(%AVAILABLEDRIVES%, %DRIVEID%)
Set Variable %DRIVETYPE% to ScriptItem->Get System Information(Drive Type) of "%DRIVE%"
If %DRIVETYPE% Equals "$DRIVE_REMOTE$" Then
Display Message Box "%DRIVE% is a network drive!" -- ""