Running Squeak headless

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

Running Squeak headless

Hannes Hirzel
Hello

I have the following batch script called testBatch.bat on Windows7

    croquet -headless Squeak4.4-12327.image testBatch.st

with a Smalltalk file called testBatch.st which contains

    FileStream stdout nextPutAll: (3 + 4) printString; flush.


I run it from the command line. Instead of printing the result to the
console the GUI comes up.

What am I missing here?

Thank you for the answer in advance.

--Hannes
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners