User Profile

Collapse

Profile Sidebar

Collapse
moodyman13
moodyman13
Last Activity: Nov 16 '07, 02:06 AM
Joined: Sep 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • moodyman13
    replied to Post ASP results to VBScript
    Thanks Jared. I will give it a try. The other option I was considering was to store the results into a Database before running SQL query for the Shell script.

    Thanks once again for your help

    Regards
    See more | Go to post

    Leave a comment:


  • moodyman13
    started a topic Post ASP results to VBScript

    Post ASP results to VBScript

    Hi All,

    I’m in a bit of pickle with ASP and VBscript variable and hope someone could get me some advice.

    There’s a FORM’ I’ve created in ASP and its purpose is to capture the name(s) of users. The plan is then to pass the information from ASP to VBScript. My dilemma is how to extract the information in ASP and use it in VBScript. (Please see code below)

    I’ve read in some forums that is simply...
    See more | Go to post
    Last edited by jhardman; Oct 8 '07, 06:42 PM. Reason: put code in code tags. please use code tags in the future, notice the button marked --#--

  • I've FOUND the problem !!!!.

    Instead of typing - "N:", "\\Sales2\custo mer" , I have typed - "N:", "\\Sales2\custo mer\" for the network path. So it an extra "\" that caused all the problem.

    Cheers
    See more | Go to post

    Leave a comment:


  • Cant view any files using CreateObject("WScript.Network")

    Hi all,
    Hoping someone can help me. I'm using WSH to automatically map a network drive when someone opens a webpage. Below are the codes

    <HTML>
    <Body>

    <script language="VBScr ipt" type="text/vbscript">
    Option Explicit

    On Error Resume Next

    Dim WshNetwork
    Set WshNetwork = CreateObject("W Script.Network" )
    WshNetwork.MapN etworkDrive...
    See more | Go to post

  • Thankyou very much for your reply gits

    At least I can move on and look at other solutions.

    Kind Regards
    See more | Go to post

    Leave a comment:


  • moodyman13
    started a topic Javascript to extract dates from files

    Javascript to extract dates from files

    Hi all,
    I am really hoping someone can assist me on this. I need to create a Javascript that is capable of searching a set of files in a directory, extract the last modified date from each file and output the results in Excel. The files types are in Excel Words, HTML and ASP. Not having used Javascript before and struggling to find any information to that effect, I am hoping someone can give point me to the right direction

    ...
    See more | Go to post
No activity results to display
Show More
Working...