search for: fatalstobrowser

Displaying 2 results from an estimated 2 matches for "fatalstobrowser".

2004 Jun 10
1
Net Command
Howdy: Does any have any experience changing a user password on a Active Directory domain with the Samba 3 net command? Here is my workstation setup: <-> Red Hat Linux Enterprise AS 2.0 <-> Samba Version 3.0.2a I am trying to script the event, but I keep getting a password prompt. I have been having problems expecting around the prompt too. hmmm. /usr/local/samba/bin/net -w
2008 Dec 16
4
perl-web-script should start a application with wine
...ut in the same file. This tool is called ct.exe. Now I use wine to start this application, everything works fine. My problem starts if a try to write a perlscript which start this wine application. my perl script&#058; 1 #!/usr/bin/perl 2 3 use strict; 4 use CGI; 5 use CGI::Carp qw(fatalsToBrowser warningsToBrowser); 6 7 my $cgi = new CGI; 8 my $html = q(); 9 10 print $cgi->header(q(text/html)); 11 print $cgi->start_html(-title => q(lustiger wine test)), 12 $cgi->h1(q( is not an Emulator)), 13 my $output = exec("wine /usr/share/weblicgen/bin/ct.exe 14 -...