diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-13 09:18:50 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-13 09:18:50 +0000 |
commit | 6c8de2590fbc8d0e45db05f86309fcce3af82f9f (patch) | |
tree | ffea4abb6c46aad08a0aae12ac16c7b9d5beef60 /examples | |
parent | a17d0a6855d8282e06cc2bd769ad07477044b443 (diff) | |
download | ATCD-6c8de2590fbc8d0e45db05f86309fcce3af82f9f.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples')
-rw-r--r-- | examples/OS/Process/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/OS/Process/README b/examples/OS/Process/README index 4422e8f0348..b49d51fae87 100644 --- a/examples/OS/Process/README +++ b/examples/OS/Process/README @@ -6,6 +6,10 @@ handles (stdin, stdout, and stderr). ACE_Process is created with the ACE_Process_Options and can be used to perform operations on the running process. +Notice that this example uses NT version's UNIX utilities like +"DATE.EXE," and "ls.exe." You can find where to get them from +Microsoft's NT page on the Web. + Run the application as ./process -u to get all the command-line options. |