<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        
                                        
                                            
                                        
                                        
                                        Hi Dave.<div><br></div><div>Thank you! Looks good.</div><div><br></div><div>Here are some thoughts:</div><div><br></div><div>- The small footprint of this is awesome!</div><div>- Since you assume that "FileDirectory startUp" can work in the case of emergency, we should move it further up in the StartUpList.</div><div>- You are likely to need full support of SmallInteger, Delay, Time, and DateAndTime -- so I suggest moving it after those classes in the StartUpList. I am writing this without looking at the current implementation of their #startUp: methods because it should not matter ... conceptionally.</div><div>- So, what about putting this into Trunk and having the following elements first in the startup list:</div><div><br></div><div>1. SmallInteger</div><div>2. Delay</div><div>3. Time</div><div>4. DateAndTime</div><div>5. FileDirectory</div><div>6. DoItFirst</div><div>...</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div>
                                        
                                        <blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 14.06.2020 19:15:28 schrieb David T. Lewis <lewis@mail.msen.com>:</p><div style="font-family:Arial,Helvetica,sans-serif">A few cups of coffee this morning led to some enhancements to my DoItFirst<br>utility, so I decided to put in on SqueakSource.<br><br>   http://www.squeaksource.com/DoItFirst<br><br>It works more or less like this:<br><br>$ squeak squeak.image -- -help<br>DoItFirst image arguments:<br>       -doit argumentlist "evaluate each argument as a doIt expression"<br>    -evaluate arg "evaluate arg, print result then exit"<br>        -filein filelist "file in each file named in fileList"<br>      -cwd path "set FileDirectory defaultDirectory to path prior to evaluating other options"<br>    -help "print this message"<br><br><br>Dave<br><br><br></div></blockquote></div>