i saw article about ASP and about how you could use scripts like vbscript and javascript. I decided to get started with this however it doesn't work with batch script and i can't figure out why. this is the code
<%@ Language="Batch" %>
<%
echo Hello World
%>
This does not work. Is there an alternative to batch webpages. Also this doesn't work:
<%@ Language="BatchScript" %>
<%
echo Hello World
%>
Please help i would like to get started with batchscripting on webpages.
Aucun commentaire:
Enregistrer un commentaire