Kevin Schmidt wrote:
> We are using cfexecute and passing it a NET USE command.  We have
> multiple instances of cmd.exe running now.  Can I pass the exit command
> in the cfexecute after the NET USE command?

No.


> What do I need to separate the commands with, is this possible or does
> it need to go to .bat file.

Use cmd.exe and the /c switch.

<cfexecute name="c:\winnt\system32\cmd.exe" arguments="/c NET USE 
blahblahblah" timeout="5">
</cfexecute>

Jochem

______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to