http://d.puremagic.com/issues/show_bug.cgi?id=7918



--- Comment #2 from Dejan Lekic <dejan.le...@gmail.com> 2012-04-20 05:58:27 PDT 
---
(In reply to comment #1)
> Can you do something like this on Windows 7:
> 
> C:\work> powershell -Sta -NoProfile -NonInteractive -Command "
> $date = get-date;
> $date.ToString('o');
> " [ENTER]
> 
> Can you?

Actually, it is like this:

C:\work> powershell -Sta -NoProfile -NonInteractive -Command "$date = get-date;
$date.ToString('o');
" [ENTER]

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to