summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-13 09:18:50 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-13 09:18:50 +0000
commit6c8de2590fbc8d0e45db05f86309fcce3af82f9f (patch)
treeffea4abb6c46aad08a0aae12ac16c7b9d5beef60 /examples
parenta17d0a6855d8282e06cc2bd769ad07477044b443 (diff)
downloadATCD-6c8de2590fbc8d0e45db05f86309fcce3af82f9f.tar.gz
*** empty log message ***
Diffstat (limited to 'examples')
-rw-r--r--examples/OS/Process/README4
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.