SlideShare uma empresa Scribd logo
1 de 2
-----------------------------------------------------------
Microsoft Windows 98 README for Testing Postscript
April 1998
-----------------------------------------------------------
(c) Copyright Microsoft Corporation, 1998
This document provides complementary or late-breaking
information to supplement the Microsoft Windows 98
documentation.
------------------------
HOW TO USE THIS DOCUMENT
------------------------
To view Testps.txt on-screen in Notepad, maximize the
Notepad window.
To print Testps.txt, open it in Notepad or another word
processor, click the File menu, and then click Print.
% This is a PostScript program that will print out the current
% communications settings of a PostScript printer that supports
% the sccbatch operator.
%
% To use: copy this file to the port connected to the PostScript printer.
%
% (c) Copyright 1998, Microsoft Corporation
%
/buf 10 string def
/Courier findfont 10 scalefont setfont
/Parity [ (None) (Odd) (Even) (None) ] def
/Flow [ (Xon/Xoff) (Hardware) (Hardware) ] def
statusdict /sccbatch known {
statusdict begin 25 sccbatch end % get comm settings
72 144 moveto % print baud rate
(Baud Rate:) show
222 144 moveto
exch buf cvs show
72 129 moveto % print data bits
(Data Bits:) show
222 129 moveto
dup -5 bitshift 3 and % isolate data bits
1 eq { (7) } { (8) } ifelse % translate to string
show
72 114 moveto % print parity
(Parity:) show
222 114 moveto
dup 3 and % isolate parity bits
Parity exch get % look up in string table
show
72 99 moveto % print stop bits
(Stop Bits:) show
222 99 moveto
dup -7 bitshift % isolate stop bits
1 eq { (2) } { (1) } ifelse % translate to string
show
72 84 moveto % print flow control
(Flow Control:) show
222 84 moveto
-2 bitshift 3 and % isolate flow control bits
Flow exch get % look up in string table
show
} {
72 144 moveto
(Could not determine printer settings. If printer is connected) show
72 129 moveto
(to a parallel port (LPTx) no configuration is necessary. If) show
72 114 moveto
(printer is connected to a serial port (COMx) find the DOS MODE) show
72 99 moveto
(command for this port and use those settings. This is usually) show
72 84 moveto
(found in your Autoexec.bat file.) show
} ifelse
{ vmreclaim } stopped pop % if this is Level 2 printer force
% garbage collection so vmstatus is
% accurate
vmstatus exch sub exch pop % get maximum - used on TOS
72 174 moveto % display maximum VM
(Max Printer VM (KB):) show
222 174 moveto
dup 1024 div truncate buf cvs show
72 159 moveto
(Max Suggested VM (KB):) show % display maximum suggested VM (85%)
222 159 moveto
0.85 mul 1024 div truncate buf cvs show
showpage
#

Mais conteúdo relacionado

Destaque

Harmonic dep series_catalog
Harmonic dep series_catalogHarmonic dep series_catalog
Harmonic dep series_catalogElectromate
 
Giornale 3^g
Giornale 3^gGiornale 3^g
Giornale 3^gcesare978
 
Harmonic dcj series_catalog
Harmonic dcj series_catalogHarmonic dcj series_catalog
Harmonic dcj series_catalogElectromate
 
onus on Transarent rules
onus on Transarent rulesonus on Transarent rules
onus on Transarent rulesSelva Kumar
 
Harmonic csg lw_spechseet
Harmonic csg lw_spechseetHarmonic csg lw_spechseet
Harmonic csg lw_spechseetElectromate
 
Orley - proof of work
Orley - proof of workOrley - proof of work
Orley - proof of workTaryn Harding
 
Pecha Kucha Ana Damas e Ana Santos
Pecha Kucha Ana Damas e Ana SantosPecha Kucha Ana Damas e Ana Santos
Pecha Kucha Ana Damas e Ana SantosAna Patrícia
 

Destaque (8)

Harmonic dep series_catalog
Harmonic dep series_catalogHarmonic dep series_catalog
Harmonic dep series_catalog
 
Giornale 3^g
Giornale 3^gGiornale 3^g
Giornale 3^g
 
Harmonic dcj series_catalog
Harmonic dcj series_catalogHarmonic dcj series_catalog
Harmonic dcj series_catalog
 
onus on Transarent rules
onus on Transarent rulesonus on Transarent rules
onus on Transarent rules
 
Harmonic csg lw_spechseet
Harmonic csg lw_spechseetHarmonic csg lw_spechseet
Harmonic csg lw_spechseet
 
Orley - proof of work
Orley - proof of workOrley - proof of work
Orley - proof of work
 
Televisión Satélite
Televisión Satélite Televisión Satélite
Televisión Satélite
 
Pecha Kucha Ana Damas e Ana Santos
Pecha Kucha Ana Damas e Ana SantosPecha Kucha Ana Damas e Ana Santos
Pecha Kucha Ana Damas e Ana Santos
 

Semelhante a Testps

Smart calculator
Smart calculatorSmart calculator
Smart calculatorHarry Peng
 
bcc/BPF tools - Strategy, current tools, future challenges
bcc/BPF tools - Strategy, current tools, future challengesbcc/BPF tools - Strategy, current tools, future challenges
bcc/BPF tools - Strategy, current tools, future challengesIO Visor Project
 
Deploying ibm sametime 9 on aix 7.1
Deploying ibm sametime 9 on aix 7.1Deploying ibm sametime 9 on aix 7.1
Deploying ibm sametime 9 on aix 7.1a8us
 
OSDC 2015: Georg Schönberger | Linux Performance Profiling and Monitoring
OSDC 2015: Georg Schönberger | Linux Performance Profiling and MonitoringOSDC 2015: Georg Schönberger | Linux Performance Profiling and Monitoring
OSDC 2015: Georg Schönberger | Linux Performance Profiling and MonitoringNETWAYS
 
Linux Performance Profiling and Monitoring
Linux Performance Profiling and MonitoringLinux Performance Profiling and Monitoring
Linux Performance Profiling and MonitoringGeorg Schönberger
 
Important cisco-chow-commands
Important cisco-chow-commandsImportant cisco-chow-commands
Important cisco-chow-commandsssusere31b5c
 
OSMC 2015: Linux Performance Profiling and Monitoring by Werner Fischer
OSMC 2015: Linux Performance Profiling and Monitoring by Werner FischerOSMC 2015: Linux Performance Profiling and Monitoring by Werner Fischer
OSMC 2015: Linux Performance Profiling and Monitoring by Werner FischerNETWAYS
 
OSMC 2015 | Linux Performance Profiling and Monitoring by Werner Fischer
OSMC 2015 | Linux Performance Profiling and Monitoring by Werner FischerOSMC 2015 | Linux Performance Profiling and Monitoring by Werner Fischer
OSMC 2015 | Linux Performance Profiling and Monitoring by Werner FischerNETWAYS
 
Performance Tuning Using oratop
Performance Tuning Using oratop Performance Tuning Using oratop
Performance Tuning Using oratop Sandesh Rao
 
Print Testing
Print TestingPrint Testing
Print Testingdonwelch
 
Convergence
ConvergenceConvergence
Convergencedonwelch
 
Win cc comfort-(tia-portal)-v13.0-compatibility-list-zh-2017-05-5
Win cc comfort-(tia-portal)-v13.0-compatibility-list-zh-2017-05-5Win cc comfort-(tia-portal)-v13.0-compatibility-list-zh-2017-05-5
Win cc comfort-(tia-portal)-v13.0-compatibility-list-zh-2017-05-5Yan Zhang
 
Siemens catalog hmi-op717_e
Siemens catalog hmi-op717_eSiemens catalog hmi-op717_e
Siemens catalog hmi-op717_eDien Ha The
 
Siemens catalog hmi-op7-17 operator panel
Siemens catalog hmi-op7-17 operator panelSiemens catalog hmi-op7-17 operator panel
Siemens catalog hmi-op7-17 operator panelDien Ha The
 
GNU Make, Autotools, CMake 簡介
GNU Make, Autotools, CMake 簡介GNU Make, Autotools, CMake 簡介
GNU Make, Autotools, CMake 簡介Wen Liao
 
Oracle Database performance tuning using oratop
Oracle Database performance tuning using oratopOracle Database performance tuning using oratop
Oracle Database performance tuning using oratopSandesh Rao
 

Semelhante a Testps (20)

SAV
SAVSAV
SAV
 
Smart calculator
Smart calculatorSmart calculator
Smart calculator
 
bcc/BPF tools - Strategy, current tools, future challenges
bcc/BPF tools - Strategy, current tools, future challengesbcc/BPF tools - Strategy, current tools, future challenges
bcc/BPF tools - Strategy, current tools, future challenges
 
BPF Tools 2017
BPF Tools 2017BPF Tools 2017
BPF Tools 2017
 
User Guide - PID
User Guide - PIDUser Guide - PID
User Guide - PID
 
Deploying ibm sametime 9 on aix 7.1
Deploying ibm sametime 9 on aix 7.1Deploying ibm sametime 9 on aix 7.1
Deploying ibm sametime 9 on aix 7.1
 
OSDC 2015: Georg Schönberger | Linux Performance Profiling and Monitoring
OSDC 2015: Georg Schönberger | Linux Performance Profiling and MonitoringOSDC 2015: Georg Schönberger | Linux Performance Profiling and Monitoring
OSDC 2015: Georg Schönberger | Linux Performance Profiling and Monitoring
 
Linux Performance Profiling and Monitoring
Linux Performance Profiling and MonitoringLinux Performance Profiling and Monitoring
Linux Performance Profiling and Monitoring
 
Readme
ReadmeReadme
Readme
 
Important cisco-chow-commands
Important cisco-chow-commandsImportant cisco-chow-commands
Important cisco-chow-commands
 
OSMC 2015: Linux Performance Profiling and Monitoring by Werner Fischer
OSMC 2015: Linux Performance Profiling and Monitoring by Werner FischerOSMC 2015: Linux Performance Profiling and Monitoring by Werner Fischer
OSMC 2015: Linux Performance Profiling and Monitoring by Werner Fischer
 
OSMC 2015 | Linux Performance Profiling and Monitoring by Werner Fischer
OSMC 2015 | Linux Performance Profiling and Monitoring by Werner FischerOSMC 2015 | Linux Performance Profiling and Monitoring by Werner Fischer
OSMC 2015 | Linux Performance Profiling and Monitoring by Werner Fischer
 
Performance Tuning Using oratop
Performance Tuning Using oratop Performance Tuning Using oratop
Performance Tuning Using oratop
 
Print Testing
Print TestingPrint Testing
Print Testing
 
Convergence
ConvergenceConvergence
Convergence
 
Win cc comfort-(tia-portal)-v13.0-compatibility-list-zh-2017-05-5
Win cc comfort-(tia-portal)-v13.0-compatibility-list-zh-2017-05-5Win cc comfort-(tia-portal)-v13.0-compatibility-list-zh-2017-05-5
Win cc comfort-(tia-portal)-v13.0-compatibility-list-zh-2017-05-5
 
Siemens catalog hmi-op717_e
Siemens catalog hmi-op717_eSiemens catalog hmi-op717_e
Siemens catalog hmi-op717_e
 
Siemens catalog hmi-op7-17 operator panel
Siemens catalog hmi-op7-17 operator panelSiemens catalog hmi-op7-17 operator panel
Siemens catalog hmi-op7-17 operator panel
 
GNU Make, Autotools, CMake 簡介
GNU Make, Autotools, CMake 簡介GNU Make, Autotools, CMake 簡介
GNU Make, Autotools, CMake 簡介
 
Oracle Database performance tuning using oratop
Oracle Database performance tuning using oratopOracle Database performance tuning using oratop
Oracle Database performance tuning using oratop
 

Testps

  • 1. ----------------------------------------------------------- Microsoft Windows 98 README for Testing Postscript April 1998 ----------------------------------------------------------- (c) Copyright Microsoft Corporation, 1998 This document provides complementary or late-breaking information to supplement the Microsoft Windows 98 documentation. ------------------------ HOW TO USE THIS DOCUMENT ------------------------ To view Testps.txt on-screen in Notepad, maximize the Notepad window. To print Testps.txt, open it in Notepad or another word processor, click the File menu, and then click Print. % This is a PostScript program that will print out the current % communications settings of a PostScript printer that supports % the sccbatch operator. % % To use: copy this file to the port connected to the PostScript printer. % % (c) Copyright 1998, Microsoft Corporation % /buf 10 string def /Courier findfont 10 scalefont setfont /Parity [ (None) (Odd) (Even) (None) ] def /Flow [ (Xon/Xoff) (Hardware) (Hardware) ] def statusdict /sccbatch known { statusdict begin 25 sccbatch end % get comm settings 72 144 moveto % print baud rate (Baud Rate:) show 222 144 moveto exch buf cvs show 72 129 moveto % print data bits (Data Bits:) show 222 129 moveto dup -5 bitshift 3 and % isolate data bits 1 eq { (7) } { (8) } ifelse % translate to string show 72 114 moveto % print parity (Parity:) show 222 114 moveto dup 3 and % isolate parity bits Parity exch get % look up in string table show 72 99 moveto % print stop bits (Stop Bits:) show 222 99 moveto dup -7 bitshift % isolate stop bits 1 eq { (2) } { (1) } ifelse % translate to string show 72 84 moveto % print flow control
  • 2. (Flow Control:) show 222 84 moveto -2 bitshift 3 and % isolate flow control bits Flow exch get % look up in string table show } { 72 144 moveto (Could not determine printer settings. If printer is connected) show 72 129 moveto (to a parallel port (LPTx) no configuration is necessary. If) show 72 114 moveto (printer is connected to a serial port (COMx) find the DOS MODE) show 72 99 moveto (command for this port and use those settings. This is usually) show 72 84 moveto (found in your Autoexec.bat file.) show } ifelse { vmreclaim } stopped pop % if this is Level 2 printer force % garbage collection so vmstatus is % accurate vmstatus exch sub exch pop % get maximum - used on TOS 72 174 moveto % display maximum VM (Max Printer VM (KB):) show 222 174 moveto dup 1024 div truncate buf cvs show 72 159 moveto (Max Suggested VM (KB):) show % display maximum suggested VM (85%) 222 159 moveto 0.85 mul 1024 div truncate buf cvs show showpage #