Using Windows XP you can use the command prompt to export a list of printers installed on a computer.
- Open the Windows Start menu
- Select ‘All Programs’
- Select ‘Accessories’
- Open the ‘Command Prompt’
- Enter the following command into the console
PRNMNGR -l >> C:\printers.txt
This will create a text file on your C drive called ‘printers.txt’ with a list of the printers attached to the system.