in reply to Re: Using Proc::Background and Win32
in thread Using Proc::Background and Win32

Hey Corion, thanks for the quick reply!

Yea, I actually had that there first since I started writing the script on Linux but still got an error...

# $proc = Proc::Background->new(".\\bg_script.pl $ARG1 $ARG2 $ARG3 $AR +G4"); C:\Script_dir\main_script.pl: cannot find absolute location of .\bg_sc +ript.pl

Would it be worth it to add my Scripts Directory to the Path variable or something like that?


Thanks Again,
Matt