TCC 11.00.50 Windows 7 [Version 6.1.7600]
TCC Build 50 Windows 7 Build 7600
Topic "taskdialog.htm" last edited 2008-04-28.
"Since TASKDIALOG doesn't write to standard output, it disables redirection
and piping to allow you to enter the redirection characters (<, >, and |) in
your prompt text."
I think the | symbol does not work. The first two show "redirect < stdin"
and "redirect > stdout" but the third one gives the error and only shows
"redirect"
D:\>taskdialog ok "title" "instruction" redirect < stdin
D:\>taskdialog ok "title" "instruction" redirect > stdout
D:\>taskdialog ok "title" "instruction" redirect | pipe
TCC: Unknown command "pipe"
--
Jim Cook
2010 Sundays: 4/4, 6/6, 8/8, 10/10, 12/12 and 5/9, 9/5, 7/11, 11/7.
Next year they're Monday.
TCC Build 50 Windows 7 Build 7600
Topic "taskdialog.htm" last edited 2008-04-28.
"Since TASKDIALOG doesn't write to standard output, it disables redirection
and piping to allow you to enter the redirection characters (<, >, and |) in
your prompt text."
I think the | symbol does not work. The first two show "redirect < stdin"
and "redirect > stdout" but the third one gives the error and only shows
"redirect"
D:\>taskdialog ok "title" "instruction" redirect < stdin
D:\>taskdialog ok "title" "instruction" redirect > stdout
D:\>taskdialog ok "title" "instruction" redirect | pipe
TCC: Unknown command "pipe"
--
Jim Cook
2010 Sundays: 4/4, 6/6, 8/8, 10/10, 12/12 and 5/9, 9/5, 7/11, 11/7.
Next year they're Monday.