Basically, imagine you need to automate these steps: Open Internet Information Services. Find the web site, find the folder, right click the folder and select properties.
I want to run a VBScript file from an Ant script. How can I开发者_如何学运维 do that?Have a look at the exec task. It allows you to execute a system command from your Ant script.
i have two different functions (copy and zip) to b executed. can i do it with with a single wshshell script.i tried----
can some one clarify what is 开发者_Go百科function pointers in vb scriptYou are looking for the GetRef function.
So far I have this: FormatDateTime(negativeItemsRS(\"ItemDate\"), 0) Its displaying the date in the format of mm/dd/yyyy. I want to convert that to a dd/mm/yyyy
i have this recursive code <ul> <% sql=\"SELECT * FROM cats ORDER BY orderid \" rs.Open sql,Conn
Does anyone have a macro that copy data from one sheet to another based on the current date? I am working with a single workbook of three sheets.Sheet one will hold the manual input of daily producti
What is a Windows scripting language that: does not rely on .NET and offers the most OOP support and has simplest deployment?
can i integrate asp and aspx page开发者_StackOverflows wchich are not concerned with session so there wont be any session related issues but are there some other issues? i am not getting how to call c
i am using vbscript to call a batch file. my script looks like: dim shell set shell=createobject(\"wscript.shell\")