Re: batch file to run CFMX file

2007-05-10 Thread solongo buyantsogt
Thank you for your reply I have used the scheduler as you have suggested and it works like magic and it even lets me create txt log file when it runs. Thank you ever so much Solongo ~| Macromedia ColdFusion MX7 Upgrade to MX7

Re: batch file to run CFMX file

2007-04-25 Thread Gert Franz
Well maybe you can call it via: iexplore http://localhost/test.cfm. This, i guess would open the internet explorer with the passed page. or you need a tool like wget. Then you can do something like in CF terms. Just call wget http://localhost/test.cfm. It will return the generated content...

Re: batch file to run CFMX file

2007-04-25 Thread Robertson-Ravo, Neil (RX)
--Original Message- From: solongo buyantsogt To: CF-Talk Sent: Thu Apr 26 06:47:22 2007 Subject: batch file to run CFMX file Hi All I need a help to write batch file to run test.cfm that outputs some text lines. I wrote batch file to run the test.cfm file but instead of running it, it is openin

batch file to run CFMX file

2007-04-25 Thread solongo buyantsogt
Hi All I need a help to write batch file to run test.cfm that outputs some text lines. I wrote batch file to run the test.cfm file but instead of running it, it is opening the file for edit. Please help me, any help deeply appreciated. I am new to ColdFusion and Batch file. Thank you ~~