Put "" around the filename for wordpad

release
Doug Coleman 2007-12-05 01:25:22 -06:00
parent adb540e485
commit f4600ded0c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ IN: editors.wordpad
: wordpad ( file line -- )
[
\ wordpad get-global % drop " " % %
\ wordpad get-global % drop " " % "\"" % % "\"" %
] "" make run-detached ;
program-files "\\Windows NT\\Accessories\\wordpad.exe" append