| Dim ptList : ptList = "" | ' Dynamically Generated List Of Printers |
| Dim ptServer : ptServer = "10.100.10.10" | ' IP Address of Print Server |
| Dim papp_Path : pApp_Path = "C:\Program Files\Adobe\Acrobat 7.0\Reader\AcroRd32.exe" | ' Adobe Reader Location On Server |
| Dim pfile_Path : pfile_Path = "F:\docs\pdf\report.pdf" | ' Document To Print On Server |
| Dim pprimary_IP : pprimary_IP = "200.100.80.100" | ' IP Address of Primary Printer |
| Dim pprimary_Name : pprimary_Name = "MAINPNT" | ' Name of Primary Printer |
| Dim psecondary_IP : psecondary_IP = "200.100.80.104" | ' IP Address of Secondary Printer |
| Dim pSecondary_Name : pSecondary_Name = "SECPNT" | ' Name of Secondary Printer |