repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
scdoc: update news file
[supercollider.git]
/
SCClassLibrary
/
Common
/
Collections
/
windows
/
extString_windows.sc
blob
8b2173a1e706bdb796e2252537819e2bf1d4a352
1
+ String {
2
runInTerminal {
3
"String:runInTerminal - sorry this method has not yet been implemented for windows.".error;
4
}
5
6
openOS {|aPath|
7
// start "title" "command"
8
("start" + "\"SuperCollider\"" + this.quote).systemCmd
9
}
10
}
11