Singular has been ported from Linux to Windows, hence it is not really a native Windows program. The Singular installation includes a "BasicCygwin" component, which provides you with the basic Linux-like functionality (e.g. you can use bash, man, info, grep, ln and so on). We recommend to use a comfortable rxvt terminal (accessible via Start->Programs->Singular 2.03->Tools->rxvt terminal),
which runs a bash shell with preloaded settings
from /etc/profile.
So, to run a specific file in a given directory, say, DIR,
start rxvt terminal, type "cd DIR", then you can call Singular.exe in this directory just like under Linux.
(We use symbolic links for the most important .exe files in the directory /usr/local/Singbin, which is added to the PATH variable).
Within Singular, running " system("sh","pwd"); " tells
you in which directory you are. From the command line of rxvt terminal, there is almost no difference between Linux and Windows.
email:
levandov@mathematik.uni-kl.dePosted in old Singular Forum on: 2002-03-25 13:23:09+01