[higlight=asp]
dim wshell, intReturn
set wshell = server.createobject("wscript.shell")
intReturn = wshell.run ("URL2BMP [parameters] ")
Response.Write intReturn
set wshell = nothing
[/highlight]
Y proporciona los siguientes comando para hacerlo de este modo:
Cita:
El programa es un ejecutable stand alone que no necesita ser instalado, solo ejecutado.-url url to convert to
-file output file
-format accept "png", "bmp", "jpeg" and "tiff"
-wx virtual screen width
-wy virtual screen height
-bx bitmap width
-by bitmpat height
-wait, number of second to wait before bitmap generation
-maximize start in maximized mode
-notinteractive run and exit when done
-removesb remove right scroll bar
-file output file
-format accept "png", "bmp", "jpeg" and "tiff"
-wx virtual screen width
-wy virtual screen height
-bx bitmap width
-by bitmpat height
-wait, number of second to wait before bitmap generation
-maximize start in maximized mode
-notinteractive run and exit when done
-removesb remove right scroll bar
Aqui viene la interrogante: ¿Es posible subir la aplicacion directamente solo usando el Wscript.Shell?
O acaso tengo que escribirles a los de mi hosting para que la copien en la carpeta windows?
Por favor diganme que la primera es la correcta.
Gracias de antemano.