Listing 2: VBScript Code That Uses the FileToArray Function to Display the Boot.ini File's Contents For Each strLine In FileToArray("C:\boot.ini", False) WScript.Echo strLine Next