home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Tori
/
Sharedi.cst
/
03068_Script_3068
< prev
next >
Wrap
Text File
|
1997-10-08
|
498b
|
19 lines
on inizializzastampa
global printer
if not objectP(printer) then
if the machinetype = 256 then
set per to (char 1 of the moviepath&":\invenzio\pmatic.dll" )
else
set per to "invenzioni:invenzio:pmatic.xob"
end if
openxlib per
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