RE: Is there a way to run a server side executable through CF?

2001-02-07 Thread JustinMacCarthy

I think you would be better off using "AT" from the command line to run
batch job , assuming they are not cfm..
Of course it depends your access / privilgies on the box .

Justin

-Original Message-
From: Edward Smith [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 8:23 PM
To: CF-Talk
Subject: Re: Is there a way to run a server side executable through CF?


CFEXECUTE for newer versions of CF,
and I think there's a couple of CFX tags in the taggallery for earlier
platforms.

Paul Begovich wrote:

 We have created several scripts written for NT Server that
perform various
 server side tasks.  What we want to do is execute these scripts
using the CF
 scheduler.  Is there a way to run a server side executable through CF?

 - Paul



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Is there a way to run a server side executable through CF?

2001-02-06 Thread Simon Horwith

CFEXECUTE will do this, though you may want to use the NT AT Scheduler or
SQL Server's task scheduler to do this instead.

~Simon

 Simon Horwith
 Allaire Certified ColdFusion Instructor
 Certified ColdFusion Developer
 Fig Leaf Software
 1400 16th St NW, # 220
 Washington DC 20036
 202.797.6570 (direct line)
 www.figleaf.com
 


-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 3:35 PM
To: CF-Talk
Subject: Is there a way to run a server side executable through CF?


We have created several scripts written for NT Server that perform various
server side tasks.  What we want to do is execute these scripts using the CF
scheduler.  Is there a way to run a server side executable through CF?

- Paul
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Is there a way to run a server side executable through CF?

2001-02-06 Thread Chris Alvarado

you could use CFEXECUTE to execute a server-side executable.


-chris.alvarado
[developer] - VerticalNet


-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 2:35 PM
To: CF-Talk
Subject: Is there a way to run a server side executable through CF?


We have created several scripts written for NT Server that perform various
server side tasks.  What we want to do is execute these scripts using the CF
scheduler.  Is there a way to run a server side executable through CF?

- Paul
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Is there a way to run a server side executable through CF?

2001-02-06 Thread Evan Lavidor

Take a look at CFEXECUTE.  It does just this.

Evan

 -Original Message-
 From: Paul Begovich [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, February 06, 2001 3:35 PM
 To: CF-Talk
 Subject: Is there a way to run a server side executable through CF?


 We have created several scripts written for NT Server that perform various
 server side tasks.  What we want to do is execute these scripts
 using the CF
 scheduler.  Is there a way to run a server side executable through CF?

 - Paul




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Is there a way to run a server side executable through CF?

2001-02-06 Thread Lon Lentz


  Are these scripts command line executables? You could use the
cfx_consolecommand custom tag.

Lon Lentz
Applications Developer  CyberEntomologist - Alvion Technologies
DataWarehousing and List Sales - Market Your Lists on the Net!
[EMAIL PROTECTED]
941-574-8600 Ext. 210

-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 3:35 PM
To: CF-Talk
Subject: Is there a way to run a server side executable through CF?


We have created several scripts written for NT Server that perform various
server side tasks.  What we want to do is execute these scripts using the CF
scheduler.  Is there a way to run a server side executable through CF?

- Paul
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Is there a way to run a server side executable through CF?

2001-02-06 Thread Edward Smith

CFEXECUTE for newer versions of CF, 
and I think there's a couple of CFX tags in the taggallery for earlier
platforms.

Paul Begovich wrote:
 
 We have created several scripts written for NT Server that perform various
 server side tasks.  What we want to do is execute these scripts using the CF
 scheduler.  Is there a way to run a server side executable through CF?
 
 - Paul
 

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Is there a way to run a server side executable through CF?

2001-02-06 Thread J.J. Merrick

Go download the CFX_ShellExec tag at the Allaire site. It allows you to execute 
serverside EXE's and to pass parameters to it. Just create a CFM file with that code 
in it and then schedule the CFM file through Scheduler.

J.J. Merrick
Sage Global Technologies
Nashville, TN

-- Original Message --
From: "Paul Begovich" [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Tue, 06 Feb 2001 14:35:17 -0600

We have created several scripts written for NT Server that perform various
server side tasks.  What we want to do is execute these scripts using the CF
scheduler.  Is there a way to run a server side executable through CF?

- Paul




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Is there a way to run a server side executable through CF?

2001-02-06 Thread Steve Bernard

Yes, CFEXECUTE.

Steve

-Original Message-
From: Paul Begovich [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 3:35 PM
To: CF-Talk
Subject: Is there a way to run a server side executable through CF?


We have created several scripts written for NT Server that perform various
server side tasks.  What we want to do is execute these scripts using the CF
scheduler.  Is there a way to run a server side executable through CF?

- Paul


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Is there a way to run a server side executable through CF?

2001-02-06 Thread Paul Begovich

Is CFEXECUTE supported under CF 4.0 or only CF 4.5?

- Paul

 CFEXECUTE will do this, though you may want to use the NT AT Scheduler or
 SQL Server's task scheduler to do this instead.
 
 ~Simon



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Is there a way to run a server side executable through CF?

2001-02-06 Thread Fred T. Sanders

only 4.5 or 4.5.1.

there is a cfx tag 4.0 if you can run them


- Original Message -
From: "Paul Begovich" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Tuesday, February 06, 2001 5:06 PM
Subject: Re: Is there a way to run a server side executable through CF?


 Is CFEXECUTE supported under CF 4.0 or only CF 4.5?

 - Paul

  CFEXECUTE will do this, though you may want to use the NT AT Scheduler
or
  SQL Server's task scheduler to do this instead.
 
  ~Simon




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Is there a way to run a server side executable through CF?

2001-02-06 Thread Peter Theobald

CFEXECUTE

At 02:35 PM 2/6/01 -0600, Paul Begovich wrote:
We have created several scripts written for NT Server that perform various
server side tasks.  What we want to do is execute these scripts using the CF
scheduler.  Is there a way to run a server side executable through CF?

- Paul




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists