Rob,

If we look at the script, it is using the INI file to read this information in from, specifically -
code:
$nprt=ReadProfileString($ps,'Printers','Default')
$rc=SetDefaultPrinter($nprt)
USE LPT1: $nprt /persistent

How do I know if I have an LPT1, being re-directed?

Go to a CMD prompt and issue a NET USE and you should see LPT1 being re-directed..

If you wanted to test that, you could do a redirect from the console to the LPT1..

For example,

dir > lpt1

or -

Type boot.ini > lpt1

What either of these examples do is to send to the LPT1 rather than the console.

HTH,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's