home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Indart.cst
/
00025_Script_25
< prev
next >
Wrap
Text File
|
1997-10-14
|
485b
|
20 lines
on inizializzastampa
global printer
if not objectP(printer) then
if the machinetype = 256 then
openxlib (char 1 of the moviepath&":\invenzio\pmatic.dll")
else
openxlib "INVENZIONI:INVENZIO:PMATIC.XOB"
end if
put PrintOMatic(mNew) into printer
if not objectP(printer) then
Alert "Non ci sono stampanti collegate al sistema."
EXIT
end if
printer (mregister,"POMX130-925-01031")
end if
end