Use the ASCII code's. A = 65, Z = 90. The rest of the letters are enumerated between (These are for uppercase). So... For $i = 70 To 90 $Map = IniRead("Mapmenu.ini", Chr($i) & "-Drive", "Share", "NotFound") If $Map <>"None" Then DriveMapDel (Chr($i) & ":") Next