Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 30th, 2007, 06:21 AM
Registered User
 
Join Date: Aug 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Asp Command Line

i have a command line which works on my local pc ive loaded the video program on the server and am also able to enter teh command line via that locally but i am unable to get the line to work in the asp command line is this correct

<%
Dim oShell, sCommand
sCommand = "videoconverter.exe C:\test1.avi /0 /C:\out"
Set oShell = Server.CreateObject("WScript.Shell")
oShell.Run sCommand,0, True
Set oShell = Nothing
%>


 
Old August 30th, 2007, 06:32 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 344
Thanks: 0
Thanked 1 Time in 1 Post
Default

This is probably a permissions issue similar to that discussed at http://www.greggriffiths.org/webdev/both/excel/ suggest that you speak to your Server Admins.





Similar Threads
Thread Thread Starter Forum Replies Last Post
XQuery from command line Tomi XSLT 2 January 16th, 2008 01:58 PM
asp and command line EXE whyulil Classic ASP Professional 1 June 30th, 2005 08:36 AM
command line switches pakman Excel VBA 3 June 9th, 2005 08:29 AM
Command line switches jaucourt Flash (all versions) 0 December 31st, 2004 07:29 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.