I thought it would be nice to have a ColdFusion frontend for mame.  However, I 
cannot for the life of me get the cfexecute tag to work.  If I type in:
c:\inetpub\wwwroot\mame\mame game.zip in the command prompt through windows it 
launches perfectly well.  When I use 
<cfexecute name ="C:\Inetpub\wwwroot\mame\mame"
                arguments="C:\Inetpub\wwwroot\mame\roms\game.zip">
</cfexecute>

or

<cfexecute name ="C:\Inetpub\wwwroot\mame\mame"
                arguments="game.zip">
</cfexecute>

or

<cfexecute name ="C:\Inetpub\wwwroot\mame\mame.exe"
                arguments="game.zip">
</cfexecute>
It begins to load but then just closes.  Any ideas, I thought cfexecute was 
supposed to work the same way as the command prompt.  Thanks. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297728
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to