You should also be aware that the "current_user" registry hive doesn't exist on Win9x stations until after logon completes. Catch-22! [Frown]

With Win9x stations, the only way to access the "current user" hive is to split your script in 2 & run the 2nd part accessing the current user hive from the runonce key which runs after the current user hive is activated.
_________________________
Jack