mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 21:07:58 +02:00
9 lines
165 B
ObjectPascal
9 lines
165 B
ObjectPascal
uses
|
|
sysutils;
|
|
|
|
begin
|
|
{$ifdef WINDOWS}
|
|
executeprocess(GetEnvironmentVariable('COMSPEC'),'/c echo abcdefghijklmnopqrstuvwxyz1 | tw19851a');
|
|
{$endif WINDOWS}
|
|
end.
|