Hi,
I'm working with a DOS-based application that really wants to print to LPT1. We can trick it into printing to a network printer by using the command:
NET USE LPT1 \\servername\printername
However, what we need now is to figure out if we can add this command to a logon script, and have \\servername\printername dynamically generated based on what that user's default printer is.
Any ideas you might on where to go would be greatly appreciated.
I'm working with a DOS-based application that really wants to print to LPT1. We can trick it into printing to a network printer by using the command:
NET USE LPT1 \\servername\printername
However, what we need now is to figure out if we can add this command to a logon script, and have \\servername\printername dynamically generated based on what that user's default printer is.
Any ideas you might on where to go would be greatly appreciated.