* so far windows only

git-svn-id: trunk@18248 -
This commit is contained in:
florian 2011-08-17 13:01:32 +00:00
parent a9034af414
commit d7708a45f1

View File

@ -2,5 +2,7 @@ uses
sysutils;
begin
executeprocess('cmd.exe','/c echo abcdefghijklmnopqrstuvwxyz1 | tw19851a');
{$ifdef WINDOWS}
executeprocess(GetEnvironmentVariable('COMSPEC'),'/c echo abcdefghijklmnopqrstuvwxyz1 | tw19851a');
{$endif WINDOWS}
end.