>>REM=  Draw two curved lines one thick (.1"), one dash-double-dot
>>LINE= 150,900, 650,400, 650,900, 10
>>LINE= 150,150, 300,500, 650,150, -6

>>REM=  Draw 3/4 of a circle, pie-wedge lines, and other circles
>>ARC=  400,200, 50,50, 270,270
>>LINE= 350,200,,, 400,200
>>LINE= 400,200,,, 400,150
>>ARC=  350,150, 12,12
>>ARC=  300,100, 12,12

>>REM=  Draw one diagonal straight thin line
>>LINE= 150,400,,, 650,700

>>REM=  Draw a box with rounded corners (1.25" radius) and thick (.2") lines
>>BOX=   50, 50, 750,1000, 125,20

>>REM=  Shrink a bitmap, place on page, and put a box around it
>>REM=	NOTE: the paste command needs ABSOLUTE paths only! The printer
>>REM=  driver runs in a different directory than your application.
>>PASTE=c:\PMfax\Support.bmp, 300,650, 500,900
>>BOX=  300,650, 500,900

>>REM=  Draw an ellipse (3" by 1" radius) with long-dash line type
>>ARC=  400,525, 300,100,,,-5

>>REM=  And put some text in the ellipse
>>FONT= Helvetica Bold Italic, 25
>>POSITION= 285,540
This is a test
