scdoc: update news file
[supercollider.git] / SCClassLibrary / Common / Collections / windows / extString_windows.sc
blob8b2173a1e706bdb796e2252537819e2bf1d4a352
1 + String {
2         runInTerminal {
3                 "String:runInTerminal - sorry this method has not yet been implemented for windows.".error;
4         }
6         openOS {|aPath|
7                 // start "title" "command"
8                 ("start" + "\"SuperCollider\"" + this.quote).systemCmd
9         }