i\'m trying to setup a script using classic .asp/vbscript to send an SMS using the eSendex \"HTTP Form Post\" service.
I want to copy files fro开发者_如何学Gom one folder to another which falls between a specific date range using VBS.
I created this check: \' Check if windows or mac if not objFSO.FolderExists(\"\\\\Client\\C$\\.\") then
I have a good old fashioned win32 dll with functions of the form void Foo1(int* value) void Foo2(char* string)
Is there a way to copy a file to a remote computer using vbscript? For the remote computer I have administrator\'s username and p开发者_开发百科assword, there is no domain in the network. My local us
I\'m having problems setting the unchecked state of checkboxes upon form post. I have over 1000 checkboxes and so far i am able to check each checkbox n save there checked state. My problem however is
I have several procedures that use the FileSystemObject. I find it\'s quite convenient. Question: Is it sensible to pass an existing instance of FileSystemObject from a \"main\" procedure to these o
Suppose I have the files as below: c:\\tmp\\ |_ tony.txt |_ peter.txt |_ mary.txt |_ may.txt How can I write the .vbs file to batch append TODAY date to the front of the file?
Bottom line: I have a Sub that should be re-ordering a group of records, but the query at the heart of it is not grouping and sorting the records as expected under rare, specific circumstances.
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.