CFML Files
Running plain CFML files
<cfoutput>#now()#</cfoutput>C:\> box test.cfm
{ts '2015-02-19 20:14:13'}CommandBox> execute test.cfm
{ts '2015-02-19 20:12:41'}#! Goodness
#!/usr/bin/env box
<cfoutput>#now()#</cfoutput>CFML Engine
Last updated
Was this helpful?