2 # script that starts the zebraqueue
3 # Written by TG on 01/08/2006
5 #use warnings; FIXME - Bug 2505
12 my $fileplace=C4
::Context
->config('intranetdir');
13 my $fullpath=$fileplace."/cgi-bin/sms";
15 my $pid=Win32
::Process
::Create
($ZebraObj, "C:/perl/bin/perl.exe", 'perl sms_listen.pl', 0, DETACHED_PROCESS
, $fullpath);
17 print $input->redirect("/cgi-bin/koha/mainpage.pl?pid=$pid");