[Newbie]Howto find the host OS

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[Newbie]Howto find the host OS

Mispunt
Is there a way to find out (programmaticaly) on which host Squeak is running?

Mispunt
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: [Newbie]Howto find the host OS

Benjamin Schroeder-2

On Feb 26, 2007, at 7:41 AM, Mispunt wrote:

> Is there a way to find out (programmaticaly) on which host Squeak  
> is running?

You can use

        Smalltalk platformName

to get the platform on which Squeak is running.

Hope this helps,
Benjamin Schroeder

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: [Newbie]Howto find the host OS

Mispunt
Thanks for the quick reply, but Squeak says: Message not understood:
SystemDictionary>>platformName
I am using Squeak 3.9

Mispunt

On 2/26/07, Benjamin Schroeder <[hidden email]> wrote:

>
> On Feb 26, 2007, at 7:41 AM, Mispunt wrote:
>
> > Is there a way to find out (programmaticaly) on which host Squeak
> > is running?
>
> You can use
>
>         Smalltalk platformName
>
> to get the platform on which Squeak is running.
>
> Hope this helps,
> Benjamin Schroeder
>
> _______________________________________________
> Beginners mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: [Newbie]Howto find the host OS

Michael Davies-2
On 26/02/07, Mispunt <[hidden email]> wrote:
> Thanks for the quick reply, but Squeak says: Message not understood:
> SystemDictionary>>platformName
> I am using Squeak 3.9
>

Try SmalltalkImage current platformName -- the convention changed with 3.9
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Howto find the host OS

Bert Freudenberg
In reply to this post by Mispunt
You need to use

        SmalltalkImage current platformName

nowadays. In the future, just select "platformName" and press Cmd-m  
to find out where it got moved in the most recent refactoring.

- Bert -

On Feb 26, 2007, at 13:56 , Mispunt wrote:

> Thanks for the quick reply, but Squeak says: Message not understood:
> SystemDictionary>>platformName
> I am using Squeak 3.9
>
> Mispunt
>
> On 2/26/07, Benjamin Schroeder <[hidden email]> wrote:
>>
>> On Feb 26, 2007, at 7:41 AM, Mispunt wrote:
>>
>> > Is there a way to find out (programmaticaly) on which host Squeak
>> > is running?
>>
>> You can use
>>
>>         Smalltalk platformName
>>
>> to get the platform on which Squeak is running.
>>
>> Hope this helps,
>> Benjamin Schroeder



_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: [Newbie]Howto find the host OS

Mispunt
In reply to this post by Michael Davies-2
Thanks it is working :)

On 2/26/07, Michael Davies <[hidden email]> wrote:

> On 26/02/07, Mispunt <[hidden email]> wrote:
> > Thanks for the quick reply, but Squeak says: Message not understood:
> > SystemDictionary>>platformName
> > I am using Squeak 3.9
> >
>
> Try SmalltalkImage current platformName -- the convention changed with 3.9
> _______________________________________________
> Beginners mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners