- Inhaltsverzeichnis
- Index
- Glossar
MegaCAD Plotprogramm
Plotten und Drucken im Hintergrund mit Parametersteuerung
PLOT [Filename.CFG]
PLOT [Eingabefile] [/DEVICE] </PORT> <AusgabeFile> </FORMAT> </PRT>
Eingabefile = C:\MEGA48\PRT\*.PRT
DEVICE = /MEGAPLOT | /MEGAPRINT | /WINDRIVER
PORT = /FILE: | /LPT1: | /LPT2: | /COM1: | /COM2: .......
if (PORT == /FILE:) then <OutputFile>
Ausgabefile = C:\MEGA48\TMPPLOT\*.PLT
FORMAT = /A4 | /A3 | /A2 | /A1 | /A0 | /FORMAT132 | /FREE_FORMAT
/PRT = Stifte aus Prtfile
Aufruf eines Plotfiles zum Drucken im Hintergrund
Bespiele:
MEGAPLOT.CFG
f:\eigenprt\allm*.prt /MEGAPLOT /COM2: /A4
f:\eigenprt\allm*.prt /MEGAPLOT /FILE: f:\eigenprt\*.plt /A4
MEGPRINT.CFG
f:\eigenprt\allm*.prt /MEGAPRINT /LPT1: /A4
f:\eigenprt\allm*.prt /MEGAPRINT /FILE: f:\eigenprt\*.prn /A4
WINPRINT.CFG
f:\eigenprt\allm*.prt /WINDRIVER