<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<font size="+1"><font face="monospace">Hi guys, <br>
<br>
A few questions for you ;)<br>
<br>
1] If I install OSProcesses from the File browser no problem,
but if I install it from<br>
the '.st' script, like below, I get an annoying message asking
me to press ok. <br>
Why that? The message I send via GUI or script it the same
AFAICanSay.<br>
---------<br>
" -] OSProcesses "<br>
vmDir _ DirectoryEntry smalltalkImageDirectory .<br>
pathStr1 _ vmDir parent pathName,
'OSProcesses/OSProcesses.pck.st'. <br>
file1 _ FileSystemEntry withPathName: pathStr1. <br>
CodePackageFile installPackage: file1. <br>
---------<br>
<br>
2] Why dos package OSProcesses does not have the standard name
Cuis-Smalltalk-OSProcesses ? <br>
<br>
<br>
3] Since I am automatizing the system via script I would prefer
that when<br>
I select World -> Quit the system stop asking me if I want to
save the image,<br>
by default I don't want. Is there a variable the say that ? Or
do I need to make<br>
a change, file it out and file it in in the '.st' file ? <br>
<br>
bye<br>
Nicola<br>
<br>
<br>
</font></font>
</body>
</html>