This is because "con" is an internal device handle name used by Windows.
You cannot also use "com1" or "lpt1" for that matter. "com1" is a device handle for your COM ports, while "lpt1" is a device handle for your printer.
Try it out.
This is because "con" is an internal device handle name used by Windows.
You cannot also use "com1" or "lpt1" for that matter. "com1" is a device handle for your COM ports, while "lpt1" is a device handle for your printer.
Try it out.