Hi all, with appsonly.bat / appsonly.pl I have the problem that it won't pass users and passwords containing blanks correctly to autolog.pl
Example: user name: my admin password: my pwd Result: autologin will not be set correctly, only "my" will be passed as user... I have seen that autolog.pl is designed to work with blanks and a autolog.pl --logon=1 --user="my admin" --password="my pwd" in a DOS box will do what it should. So I thought changing the line system("%z%\\bin\\autolog.pl --logon=1 --user=$ENV{USERNAME} --domain=$ENV{USERDOMAIN} --password=$autologinpwd"); to system("%z%\\bin\\autolog.pl --logon=1 --user=\"$ENV{USERNAME}\" --domain=$ENV{USERDOMAIN} --password=\"$autologinpwd\""); in appsonly.pl should do the job but it won't. I suppose my way of escaping the double quotes in system(...) is not correct. Any ideas? Best Regards Gerhard ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ unattended-info mailing list unattended-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/unattended-info