|
From: Dieter S. <dsi...@sq...> - 2001-06-10 18:02:12
|
A symlink is a link to another file. To substitute for the symlinks you
can do the following.
Thanks to Martin Lillepuu who patched 1.4.5 to work with Win2K
Here is a manual patch.
Edit login.pl and am.pl and change the first line
#!/usr/bin/perl to #!c:/perl/bin/perl.exe
Substitute c:/perl/bin with wherever your perl is installed. I suppose
#!perl will work too as long as the path is included in the PATH
environment variable
copy login.pl to admin.pl
copy am.pl to
ap.pl
ar.pl
ca.pl
rp.pl
ct.pl
gl.pl
ic.pl
ir.pl
is.pl
menu.pl
Edit SL/Form.pm and change line 158 to
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 Sun, 10 Jun 2001, Jess wrote:
> Hi Dieter,
> What is a symlink? I don't believe that exists in Windows 2000 Pro does it.?
> How can I set it up to work under W2K-Pro?
>
> Thankyou for your help.
>
> Regards Jess
|