Bat script to VBS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • boogeracky
    New Member
    • Mar 2006
    • 6

    Bat script to VBS

    Hey there, does anybody know much about VBS scripting?
    a url where i can go to get commands would be great, or help with rewriting a bat script that i have into a VBS would also be very helpful...

    Thanks for any1 that helps with this
  • boogeracky
    New Member
    • Mar 2006
    • 6

    #2
    spose it might be more helpful if i give you a section of the script huh...

    @echo off
    echo.
    echo %date% %Time% > \\tabm1\netlogo n\profile\tabli b.log
    echo.


    \\tabm1\netlogo n\profile\delpr of.exe /c:\\TAB-LIB-HPB-24 /q /i >> \\tabm1\netlogo n\profile\tabli b.log

    echo.
    echo %date% %Time% >> \\tabm1\netlogo n\profile\tabli b.log

    Comment

    • Banfa
      Recognized Expert Expert
      • Feb 2006
      • 9067

      #3
      I know nothing about VBS but you could try here

      Sorry! We can't seem to find the resource you're looking for


      you could also try typing "Visual Basic Scripting Help" into Google

      Comment

      • boogeracky
        New Member
        • Mar 2006
        • 6

        #4
        thanks ill give that a go, ill let you know if it helps

        Comment

        Working...