Sorry, just want to quickly confirm something. If I have the following code
 Code:
 MapDrives() 
$Label.Text = "Please wait while the computer sets up your network drives and printers."+@CRLF 
+"Your desktop will appear after this setup is complete."+@CRLF 
+"The H drive has been successfully mapped to your Home Drive." 
PrinterSetup() 
$Label.Text = "Please wait while the computer sets up your network drives and printers."+@CRLF 
+"Your desktop will appear after this setup is complete."+@CRLF 
+"The H drive has been successfully mapped to your Home Drive."+@CRLF 
+"Your printer has been set to [what ever printer the script designates] " 
ExitButton() 
    
While $Form.Visible 
   $ = Execute($Form.DoEvents()) 
Loop 
Exit 1 

Function MapDrives() 
   ;Home Share Mapping 
   Use h: /delete 
   Use H: @HOMESHR 

and I want the text line to note the actuall @homeshr name (e.g. \\server\smithj) rather then the text "your home drive.", then I need to make the following modification?
 Code:
 +"The H drive has been successfully mapped to " + @HOMESHR +"." +@CRLF 
_________________________
---
Bishop Grandin Technology Department
'Either we're on time, or we're late'