frajer
18th December 2014, 17:10
Hi

We used to print to 'Hole' device (/dev/null) in Unix environment.
Now we are moving to windows and I cannot find some proper solution with same behavior.
I know about, like:
C:\> type abc.txt > Nul
...but I don't know how to use this in 'Devices'...

Any suggestion out there?


-Happy-2015-

bdittmar
18th December 2014, 18:41
Hi

We used to print to 'Hole' device (/dev/null) in Unix environment.
Now we are moving to windows and I cannot find some proper solution with same behavior.
I know about, like:
C:\> type abc.txt > Nul
...but I don't know how to use this in 'Devices'...

Any suggestion out there?


-Happy-2015-

Hello,

in Windows:

Try to define/install a local printer, directed to local port "nul:" (local)

Regards