Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!bbn!metasoft!andya From: andya@metasoft.UUCP (Andy Adler) Newsgroups: comp.lang.smalltalk Subject: Re: ST/V 286 Message-ID: <727@metasoft.UUCP> Date: 7 Mar 89 20:20:42 GMT References: <659@utacs.UTA.FI> Organization: Meta Software Corporation, Cambridge MA Lines: 32 In-reply-to: hmjl@utacs.UTA.FI's message of 6 Mar 89 14:31:30 GMT In reply to your questions: Is it possible to use DOS-programs from ST/V 286 system, f.ex. print (filename) ?? Yes. You start up st/v286 with a parameter that says reserve some space for dos. For example "v /d:150" reserves 150K for dos. Then from within smalltalk you can run a dos command from the system menu. I frequently use it to run a terminal emulator. How can I use communication ports f.ex. com1 ? There is an add in package that provides a set of communications classes. Included are primatives to manipulate the comm ports of your machine and several useful communication applications. How can I use C-programs I've made.... It depends on what you mean. You can call them as stand alone programs from smalltalk as described in the answer to your first question. You can also incorporate you c-code as primitives that can be called by smalltalk methods. I haven't tried to do this yet. Details are given in the manual and examples are supplied with the system. (The communications package is an example of this, too.) I hope this helps. Andy Adler andya%metasoft@bbn.com Meta Software Corporation, 150 Cambridge Park Drive, Cambridge MA 02140 617-576-6920