I would like to check for the existence of a file on the users PC when they login. If successful then write to a file theuser names.
From the login script.
I execute an external DOS program to test for existence.
Write to a file if exist.
The script works from DOS.
The login script is executing the DOS script.
But I can not pass any variables to the DOS script.
Tried LOGIN_NAME
Tried FULL_NAME
Tried %1
Any ideas on an easy way to do this?
From the login script.
I execute an external DOS program to test for existence.
Write to a file if exist.
The script works from DOS.
The login script is executing the DOS script.
But I can not pass any variables to the DOS script.
Tried LOGIN_NAME
Tried FULL_NAME
Tried %1
Any ideas on an easy way to do this?