my $command = "C:\\Windows\\system32\\runas.exe /user:ctldomain\\$user \"c:\\Program Files\\Internet Explorer\\iexplore.exe \"c:\""; system($command) or print "error running command: $!\n" and exit;