Browse thread
Writing to argv[0]
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-10-09 (15:27) |
From: | Dave Benjamin <dave@r...> |
Subject: | Writing to argv[0] |
Hi, Is there any way for an OCaml program to change its name in the process table? Assigning to Sys.argv.(0) has no effect. Thanks, Dave