|
From: Dieter S. <dsi...@sq...> - 2001-12-18 22:15:25
|
This is all you need to change!
Form.pm
$argv .= "./$script " . $argv;
exec "c:/perl/bin/perl.exe", $argv;
menu.pl
$argv = "./menu.pl ".$argv;
exec "c:/perl/bin/perl.exe", $argv;
Dieter Simader http://www.sql-ledger.org (780) 472-8161
DWS Systems Inc. Accounting Software Fax: 478-5281
=========== On a clear disk you can seek forever ===========
On Tue, 18 Dec 2001, Bill Harris wrote:
> "Ilkka ..." wrote:
>
> > And BTW, I'm still on my way porting Sql-ledger to Windows & MySQL, it's
> > almost ready now. I don't know if you remember me talking about this earlier
> > but I needed to get it working on Windows & MySQL. Maybe that's part of the
> > reason to my problem :-)
> >
> > There are some other functionality too that I have added - like Javascript
> > things and something else. When it's ready I hope that it can be backported
> > to original version (hopefully not by me :), but anyway if there are people
> > interested, I can give them a copy (of course, with disclaimers - for
> > example the installation procedure is not very smooth).
>
> How "not very smooth" is it? I started to try to get postgresql and
> sql-ledger working on NT 4.0, but I realized I didn't have the
> experience to make that quick and easy, and I wasn't even sure it would
> work. I might be interested in what you're doing, though.
>
> Bill
>
|