[EMAIL PROTECTED] schrieb am 04.07.05 06:40:40: > Under ../7600/doc/FirstSteps I found finally a file called sapdbenv.cmd > which lead me to the solution of the problem: > > set SAPDBROOT=$DEP > set PATH=%PATH%;$IND/bin;$DEP/bin > set CLASSPATH=%CLASSPATH%;%SAPDBROOT%/runtime/jar/sapdbc.jar:. > PERL5LIB=%PERL5LIB%;%SAPDBROOT%/misc > PYTHONPATH=%PYTHONPATH%;%SAPDBROOT%/misc > export SAPDBROOT PATH CLASSPATH PERL5LIB PYTHONPATH
Some things are strange and make this do not exactly look like a windows batch file: "set" is missing and "export" is not needed / unknown to cmd.exe. A "$" has no special meaning in cmd.exe. Somehow this looks like a mixture of bourne shell and cmd shell. Kind regards robert _________________________________________________________________________ Mit der Gruppen-SMS von WEB.DE FreeMail können Sie eine SMS an alle Freunde gleichzeitig schicken: http://freemail.web.de/features/?mc=021179 -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
