> Thanks, but it looks like the code is using CFHTTP to run the pages.. > i was looking to run some command line code using a *.bat file or some. > something like > > <cfexecute name="C:\Compile\*.bat" > outputFile = "F:\Temp\output.txt"> > </cfexecute> >
Save this code to a .bat file (or whatever)... @setlocal set NEO_INSTALL=c:\cfusionMX set PATH=%NEO_INSTALL%\runtime\bin;%PATH% java -classpath %NEO_INSTALL%\lib\cfusion.jar coldfusion.tools.Compiler -webroot %NEO_INSTALL%\wwwroot %* @endlocal Obviously, change the install paths, as appropriate, depending on your system. Regards, Dave. ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

