I am running TD 12.0 (express edition) on Windows XP w/Apache Tomcat running. I have a script file called XXX.TXT which is sitting in /ROOT/FASTLOAD/ . I have tried the following:fastload < /FASTLOAD/XXX.TXTfastload < C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ROOT\FASTLOAD\XXX.TXTBoth commands launch fastload however all I get is the logon prompt within the fastload console. I have the logon string embedded int the script file. Thanks for any advice.
HiThe following are example syntax to initiate a fastload job either interactivly or included in a .BAT file fastload C:\load\example.logfastload ..\log\example.log(remember the limitations of using relative paths)David Pracy
I am running TD 12.0 (express edition) on Windows XP w/Apache Tomcat running. I have a script file called XXX.TXT which is sitting in /ROOT/FASTLOAD/ . I have tried the following:fastload < /FASTLOAD/XXX.TXTfastload < C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ROOT\FASTLOAD\XXX.TXTBoth commands launch fastload however all I get is the logon prompt within the fastload console. I have the logon string embedded int the script file. Thanks for any advice.