I have created a script which allows certain users to send us (Support Team) some information from two dedicated pc's. The script works ok but i am wondering if and how the persons user name that they logg on with to the pc can be added to the txt file they send us as either in the title of the txt or embedded in the first line of txt?
__________________
Eddie


Have you tried using the "Run DOS Command" action? You should write:
echo \%USERNAME\%
in the "Dos Command or Application" field, and the username of the currently logged in user will be saved in the first output variable (default: %CommandOutput%). You can of course change the name of this variable to something more fitting (e.g. %Username%). Then you can use this variable to write the logged in user's name in a log file.
==Dedicated Automation Solutions==
==Dedicated Automation Solutions==