#178899 - 2007-08-0802:44 PMRe: Display Command not working
[Re: BillBarnard]
WittoWitto
MM club member
Registered: 2004-09-29
Posts: 1828
Loc: Belgium
I don't get your problem What does this script show?
Code:
Break ON
Display "%windir%" + "\win.ini"
Get $RC
Display displays files (ASCII or ANSI) RedirectOutput() redirects script output [Edit] Ah, now I see You first redirect the output, then you display something. Yep, the displayed text is also redirected. [/Edit]