#This is what I have set right now #$LocationOfTheDelSrvDirectory="D:\\PROGRA~1\\RESOUR~1"; #$LocationOfTheScriptsDirectory="D:\cr1_qc\eaqc\main\AutomationInfrastructure\SDK"; #This is what I would like to have #1. Determine from what location script is called ( D:\ ... or C:\...) #2. Perl code here for 1.(?) #Assign variable to $Drive='C' or $Drive='D'; #then use $LocationOfTheDelSrvDirectory="$Drive:\\PROGRA~1\\RESOUR~1"; $LocationOfTheScriptsDirectory="$Drive:\cr1_qc\eaqc\main\AutomationInfrastructure\SDK";