Put "" around the filename for wordpad
parent
adb540e485
commit
f4600ded0c
|
@ -4,7 +4,7 @@ IN: editors.wordpad
|
||||||
|
|
||||||
: wordpad ( file line -- )
|
: wordpad ( file line -- )
|
||||||
[
|
[
|
||||||
\ wordpad get-global % drop " " % %
|
\ wordpad get-global % drop " " % "\"" % % "\"" %
|
||||||
] "" make run-detached ;
|
] "" make run-detached ;
|
||||||
|
|
||||||
program-files "\\Windows NT\\Accessories\\wordpad.exe" append
|
program-files "\\Windows NT\\Accessories\\wordpad.exe" append
|
||||||
|
|
Loading…
Reference in New Issue