May 9, 2002 #1 david7777777777 Programmer Joined Sep 26, 2001 Messages 417 Location US I'd like to have a button on my ASP page that issues a command from a command prompt when clicked. Any ideas? Thanks.
I'd like to have a button on my ASP page that issues a command from a command prompt when clicked. Any ideas? Thanks.
May 10, 2002 #2 cbokowski Programmer Joined Oct 3, 2001 Messages 413 Location US Server or Client? Upvote 0 Downvote
May 10, 2002 Thread starter #3 david7777777777 Programmer Joined Sep 26, 2001 Messages 417 Location US On the server. Upvote 0 Downvote
May 10, 2002 #4 cbokowski Programmer Joined Oct 3, 2001 Messages 413 Location US couple of options you could use ASPExec component (its free) http://www.serverobjects.com/products.htm#freeThe readme from aspexec has good info as far as security exc. or DynuExec (free too) http://www.15seconds.com/component/pg000240.htm or if applicable xp_cmdshell in sql server. Upvote 0 Downvote
couple of options you could use ASPExec component (its free) http://www.serverobjects.com/products.htm#freeThe readme from aspexec has good info as far as security exc. or DynuExec (free too) http://www.15seconds.com/component/pg000240.htm or if applicable xp_cmdshell in sql server.