VBScript - Vb Script-Vbscript (Programming Language)-VBScript Editor-Invoke VBSscript-Using Vbscript

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 155

  • @minilamma4879
    @minilamma4879 3 ปีที่แล้ว +4

    HELLO! I am a beginner scripter with almost no experience, and this really helps a lot. I asked my dad (who is an engineer) to teach me this, but he was awful at teaching so I came to this video. No regrets at all.

    • @QA1
      @QA1  3 ปีที่แล้ว

      @MINI LAMMA - I am glad to have your comment! What is your channel about?

    • @minilamma4879
      @minilamma4879 3 ปีที่แล้ว

      @@QA1 I was planning to do animations and shorts on my channel, but I don’t upload anymore. And I am glad to check out your channel as well

    • @QA1
      @QA1  3 ปีที่แล้ว

      @MINI LAMMA - It is nice of you to check out my channel. Best wishes, Inder P Singh

  • @michaelcabrera794
    @michaelcabrera794 10 ปีที่แล้ว +2

    My job requires programming in Classic ASP. I am still learning Classic ASP, and this video series about VBScript will help me tremendously. Thank you for taking the time to produce these VBScript videos. I look forward to viewing more.

    • @QA1
      @QA1  10 ปีที่แล้ว +1

      Glad to help, Michael. Many thanks for your comment.

  • @CheatGang
    @CheatGang 5 ปีที่แล้ว

    hey how do i open my command prompt to my C: \VBScript >sum.vbs instead of C: \Users\Cheat> ?? i do not know how to navigate to a specific folder please help!

    • @CheatGang
      @CheatGang 5 ปีที่แล้ว

      also is there anyway i could contact you for help?

    • @QA1
      @QA1  5 ปีที่แล้ว

      Hey there. You could use the cd command like so:
      C:\Users\Cheat> cd c:\VBScript
      There are other ways like copy the path and paste it in the Command prompt after cd. Thank you for your question.

    • @QA1
      @QA1  5 ปีที่แล้ว

      Yes, you can contact me at (Channel > About tab > View Email Address)

    • @AndyDoesGAMEZ69
      @AndyDoesGAMEZ69 2 ปีที่แล้ว

      emille is daddy your content is so cringe

  • @amarquality182
    @amarquality182 10 ปีที่แล้ว

    By far the best Video series to learn VBScript.

    • @QA1
      @QA1  10 ปีที่แล้ว

      Amar Quality Many thanks for your kind comment.

  • @emptydabbachannel895
    @emptydabbachannel895 6 ปีที่แล้ว +2

    Your Explanation is very very clear

  • @MaharshiTeja
    @MaharshiTeja 8 ปีที่แล้ว +6

    very good explanation. Easily understandable thank you so much

  • @mohammedfaheem1047
    @mohammedfaheem1047 9 ปีที่แล้ว +2

    Very clear and smooth explanation. Thanks Sir

  • @varshatomar1
    @varshatomar1 10 ปีที่แล้ว +4

    Nice basic VB script explanation.. Thanks!!

    • @QA1
      @QA1  10 ปีที่แล้ว

      Many thanks for your comment, Varsha :)

  • @sushmasuresh5
    @sushmasuresh5 10 ปีที่แล้ว +1

    awesome tutorials....i used to watch all ur tutorials they are very useful..very clean explanation...thank you

    • @QA1
      @QA1  10 ปีที่แล้ว

      sushma suresh Thank you, Sushma. Your support is important for this channel.

  • @kiadronger
    @kiadronger 9 ปีที่แล้ว +5

    thank u sir, for explaining so well the option explicit concept.i have learnt something new.

  • @sureshkumarnaidu4503
    @sureshkumarnaidu4503 6 ปีที่แล้ว

    ur teaching is simple and best

  • @yonploj147
    @yonploj147 10 ปีที่แล้ว +2

    when im searching for online tutorials on programming i am always worried, because if it's too boring i lose the will to continue. This happened to me when trying to learn Ruby. I am soooo happy i found this video series it is amazing, THANK YOU FOR AMAZING AND AWESOME TUTORIALS!! :)

    • @QA1
      @QA1  10 ปีที่แล้ว

      Very glad to know that you liked this VBScript video series. Many thanks.

  • @eqs562
    @eqs562 9 ปีที่แล้ว +3

    Clear and precise explanation. Thank you.

  • @chesenuggetmachinima
    @chesenuggetmachinima 8 ปีที่แล้ว +2

    I absolutely love this first tutorial, except I actually edited a few things to improve upon this simple code...
    Option Explicit
    Dim firstNumber
    firstNumber = InputBox("Please enter a number to add:","First Number")
    if firstNumber = Empty Then
    MsgBox "Invalid Input"
    WScript.Quit
    End if
    firstNumber = Cint(firstNumber)
    Dim secondNumber
    secondNumber = InputBox("Please eneter a number to add:" & vbCrLf & "To the previous input...","Second Number",0)
    Dim sum
    Sum = firstNumber + secondNumber
    MsgBox "Your Sum is " & sum
    I added an If-Then statement so if you input an empty character for "First Number" you received an invalid input MsgBox instead of just a runtime error.
    Thanks!

  • @Muhammad_Ali9
    @Muhammad_Ali9 5 ปีที่แล้ว +1

    Thank you soooooo much. Excellent tutorial, simple and elaborate explanation for each step which are extremely necessary. Highly recommended video for all the beginners. Looking forward for next lesson, hope I find it

    • @QA1
      @QA1  5 ปีที่แล้ว +1

      Many thanks for your kind words. The next lessons are at the link, th-cam.com/video/Wd344ElH_Yg/w-d-xo.html

  • @AakashKumarTutorials
    @AakashKumarTutorials 9 ปีที่แล้ว +1

    This is very nicely explained. You are a very good teacher sir. Very helpful videos. Thank You!

  • @nunixnunix04
    @nunixnunix04 9 ปีที่แล้ว +1

    Very good video and easy to understand. I think I'm starting now to understand better why to use Dim

  • @Tty490
    @Tty490 2 ปีที่แล้ว +2

    Excellent video with great inputs! Thanks

  • @jhaydel06
    @jhaydel06 4 ปีที่แล้ว +1

    how do you add a label in the sum msgbox?

    • @QA1
      @QA1  4 ปีที่แล้ว

      @Julius Ryan - MsgBox function has three arguments, which are the message, the icon and the title. I have demonstrated the MsgBox format in my VBScript tutorial 4 at th-cam.com/video/vP2ScuW7H5U/w-d-xo.html
      Also, given the MsgBox example in my blog post at inderpsingh.blogspot.com/2020/03/VBScriptTutorial4.html

    • @sarahimorales213
      @sarahimorales213 4 ปีที่แล้ว

      Márisol piiñk

  • @swethamutukulla2787
    @swethamutukulla2787 10 ปีที่แล้ว +6

    sir your explanation is good and clear

    • @QA1
      @QA1  10 ปีที่แล้ว +1

      Glad that you like these VBScript videos. Thank you for your comment.

  • @sumitibmindia
    @sumitibmindia 10 ปีที่แล้ว +1

    Awesome Sir!!!! i am amazed by watching only part 1...no one explained me how we define a variable which u did simply!!! thanks

    • @QA1
      @QA1  10 ปีที่แล้ว

      Sumit - very glad that you liked the content. It makes uploading this video worthwhile. Thank you for your comment.

  • @subtleknifethief7911
    @subtleknifethief7911 8 ปีที่แล้ว +8

    This is the best VB Scripting tutorial for beginners. Thank you!

  • @CosmaSilviu
    @CosmaSilviu 10 ปีที่แล้ว +1

    Very good tutorial. Your explanation is good and clear.

    • @QA1
      @QA1  10 ปีที่แล้ว

      Thank you, Cosma.

  • @ОлександрТерешков
    @ОлександрТерешков 3 ปีที่แล้ว +1

    Great explanation 👍

    • @QA1
      @QA1  3 ปีที่แล้ว

      @Олександр Терешков - Thank you and welcome to Software and Testing Training channel 😊

  • @Antonio-cu5zm
    @Antonio-cu5zm 3 ปีที่แล้ว +1

    thank you very much this video helped me understand the topics for my exam tomorrow !!! thx a lot

    • @gabrielmoreno3027
      @gabrielmoreno3027 2 ปีที่แล้ว

      Hey Antonio. I know this is a very weird question, so I'm sorry in advance. How old are you? Or what kind of school and grade year are you in? I am curious because I'm a 17 year old currently studying programming. I wanna have an idea of when i get into this kinda stuff!

  • @sten3821
    @sten3821 4 หลายเดือนก่อน

    It would be worth doing a similar video on the twinBASIC programming language.

  • @nikhilmenghani2801
    @nikhilmenghani2801 9 ปีที่แล้ว +1

    Awesome Explanation...Thank you sir

  • @nycbklynrmp
    @nycbklynrmp 5 ปีที่แล้ว

    is there video for userinput: radio button, drop down list, checkbox?

    • @QA1
      @QA1  5 ปีที่แล้ว

      For user input, this tutorial shows InputBox. You cannot directly create HTML elements like radio buttons in VBScript. Another way to provide user input is via Excel. I have shown working with HTML and Excel in my VBScript tutorial at th-cam.com/video/cIFONuSKH1Q/w-d-xo.html

  • @anchal5433
    @anchal5433 7 ปีที่แล้ว +2

    very helpful.. thanku sir

  • @nitinsirohi1052
    @nitinsirohi1052 10 ปีที่แล้ว

    Nice Explanation Sir, the way u have explained the things here are soo easy to understand. I've watched ur vedios for the first time today but nw i'll be a regular follower of ur videos plz continue ur grt work..I really appreciate ur Teachings ! Best Wishes !

    • @QA1
      @QA1  10 ปีที่แล้ว

      Thank you always.

  • @Vijayawada-k3p
    @Vijayawada-k3p 3 ปีที่แล้ว

    I heard from my seniors that UFT will be no longer going to used by software companies for testing. Can some one tell me your opinion on it?

  • @Cecil4029
    @Cecil4029 10 ปีที่แล้ว +1

    This tutorial has been very helpful. Thanks!

    • @QA1
      @QA1  10 ปีที่แล้ว

      Cecil4029 Glad to help. Many thanks for your comment.

  • @myduje
    @myduje 6 ปีที่แล้ว

    great video..
    question: why you need to use & vbCrLf?
    what if we don't put that in script

    • @QA1
      @QA1  6 ปีที่แล้ว +1

      Many thanks for your feedback. & vbCrLf takes the printing to the next line. Therefore, the text "Please enter the second number to add" appears on one line. And the text "to the sum" appears on the second line. In my example, vbCrLf splits the InputBox prompt on two lines, increasing readability.

    • @myduje
      @myduje 6 ปีที่แล้ว

      thank you for help :)

    • @QA1
      @QA1  6 ปีที่แล้ว

      You're welcome to this channel.

  • @jsagazio
    @jsagazio 2 ปีที่แล้ว +1

    Well done sir!

  • @sumeshkumar9086
    @sumeshkumar9086 8 ปีที่แล้ว +1

    nice explanation thanku sir

  • @ebnader
    @ebnader 10 ปีที่แล้ว

    can you show how to set up notepad++ to run vbs .How to execute the files.

    • @QA1
      @QA1  10 ปีที่แล้ว

      ebby nader You can double-click on a .vbs file in Windows explorer to execute it. In Notepad++, click Run > Run > then type the filepath of your vbs file > then click the Run button.

  • @AakashKumarTutorials
    @AakashKumarTutorials 9 ปีที่แล้ว

    I have one question to ask. we are using firstNumber and secondNumber on line 5 and 8 respectively but at line no.11 we are
    adding the Sum= FirstNumber + SecondNumber. So, does that mean VBscript do not care for small or capital letters??

    • @QA1
      @QA1  9 ปีที่แล้ว +2

      +Aakash Kumar Yes, VBScript is case insensitive for variable names and commands. Still, we should write the variable names in the same way in our scripts for better readability.

  • @olddognewtricks4804
    @olddognewtricks4804 4 ปีที่แล้ว

    Hi, can you clarify what

    • @QA1
      @QA1  4 ปีที่แล้ว

      Hi! In ASP, the code enclosed with

  • @karthickrajssm
    @karthickrajssm 8 ปีที่แล้ว

    Hi,
    Can you please tell me how can i generate XML file using VBscript.
    I need to take the values dynamically

    • @QA1
      @QA1  8 ปีที่แล้ว

      +Karthick Raj I have explained how to create files using VBScript. The examples are of HTML file and Excel file. Similarly, we can generate an XML file. The link to this VBScript tutorial 6 is th-cam.com/video/cIFONuSKH1Q/w-d-xo.html

  • @chitralekha220
    @chitralekha220 10 ปีที่แล้ว

    NICE EXPLANATION . THANKS

    • @QA1
      @QA1  10 ปีที่แล้ว

      Chitra, thank you for your comment.

  • @pumkin5046
    @pumkin5046 7 ปีที่แล้ว +1

    So... reserve or "dim" the variable... and the variable is the sum... so... Dim Sum?

    • @QA1
      @QA1  7 ปีที่แล้ว +1

      Haha, you must like dim sums :)

  • @mangesh9960007477
    @mangesh9960007477 8 ปีที่แล้ว

    Hello,
    I would like to login with Putty in multiple devices (cisco devices) and run some command. I tried to google some code but did not find any good option. Problem is that sendkey does not work with Putty tool
    my task is as follow.
    1. login to device using putty.
    2.enter username
    3.enter password
    3.run my commands

    • @QA1
      @QA1  8 ปีที่แล้ว

      Hello, I have shown how to use VBScript to launch other programs in my VBScript video 6 at th-cam.com/video/cIFONuSKH1Q/w-d-xo.html

  • @inttester3978
    @inttester3978 9 ปีที่แล้ว

    Can you pls help me....I have saved the file as sum.vbs.and when iam trying to execute by double clicking on that...it is launching the Internet Explorer browser....Iam not able to view the output...wht could be the solution for this...?

    • @QA1
      @QA1  9 ปีที่แล้ว

      int tester Hi there. It seems that the .vbs file extension has the wrong association in your computer. In order to run the sum.vbs, request you to do this. Right-click on sum.vbs > go to Open with > click Microsoft Windows Based Script Host. Other ways of running your VBScript scripts are shown in my other videos at th-cam.com/play/PLc3SzDYhhiGXH8hEHtayRPdwAsddelkh6.html

  • @Another_possibility
    @Another_possibility 4 ปีที่แล้ว +5

    Your voice is similar to MS Dhoni

    • @rani6610
      @rani6610 4 ปีที่แล้ว

      It is nice to know that someone else is watching this during quarantine

  • @shrutishrivastava5422
    @shrutishrivastava5422 3 ปีที่แล้ว

    Are VBS script used for worms and viruses? Cuz it looks perfect for one to me

    • @QA1
      @QA1  3 ปีที่แล้ว

      No idea. But VBScript can be used for automation type tasks on Windows computers th-cam.com/video/cIFONuSKH1Q/w-d-xo.html and run SQL queries on databases th-cam.com/video/knqPG5KDn7E/w-d-xo.html

    • @shrutishrivastava5422
      @shrutishrivastava5422 3 ปีที่แล้ว +1

      @@QA1 Ok, thank for the info, I'll check out the links.

  • @drobinoga
    @drobinoga 10 ปีที่แล้ว

    finally tutorial i can understand, thanks, keep on pls

    • @QA1
      @QA1  10 ปีที่แล้ว

      inna1771 You are welcome. Please find the links to all my VBScript tutorials (2 hours in duration) at inderpsingh.blogspot.com/2014/09/VBScript.html

    • @drobinoga
      @drobinoga 10 ปีที่แล้ว

      thank you

  • @nasibsingh3594
    @nasibsingh3594 3 หลายเดือนก่อน

    Is VBScript still used ? Could please answer, I heard lot of noise about VBScript depreciation

    • @QA1
      @QA1  3 หลายเดือนก่อน +1

      Yes, VBScript is still being used. From time to time, I get questions about VBScript utilities and the VBScript coding that is a feature of many products.

    • @divine_tales2811
      @divine_tales2811 หลายเดือนก่อน

      yes i m working in a project where it is been used

  • @aishw129
    @aishw129 9 ปีที่แล้ว

    This has helped a lot . Thank you sir !

    • @QA1
      @QA1  9 ปีที่แล้ว +1

      Aishwarya Das Thank you, Aishwarya.

  • @jagadwarrior4808
    @jagadwarrior4808 ปีที่แล้ว

    Are these vb script videos useful to install applications?

    • @QA1
      @QA1  ปีที่แล้ว

      No, I have other VBScript scripts to install applications.

    • @jagadwarrior4808
      @jagadwarrior4808 ปีที่แล้ว

      @@QA1 plz share that video link

    • @QA1
      @QA1  ปีที่แล้ว

      Not video, but scripts that I have.

    • @jagadwarrior4808
      @jagadwarrior4808 ปีที่แล้ว

      @@QA1 is it possible to share that scripts, plz share.

    • @QA1
      @QA1  ปีที่แล้ว

      You can email me your application packaging requirement. If I have any suitable existing script, I can send you, else I'll have to write a new script.

  • @rashmikiran2338
    @rashmikiran2338 6 ปีที่แล้ว

    Nicely explained

    • @QA1
      @QA1  6 ปีที่แล้ว

      Hi Rashmi, thanks again. The complete set of my VBScript tutorials (with many examples) is available at the link, th-cam.com/video/Wd344ElH_Yg/w-d-xo.html

  • @cs-ud7bp
    @cs-ud7bp 4 ปีที่แล้ว

    Sir please explain InStr() string function

    • @QA1
      @QA1  4 ปีที่แล้ว

      Sure. The InStr() string function finds one string within another string. I showed a working example of InStr VBScript function (after first 8 minutes and 28 seconds) in my VBScript tutorial 3 on If statement at the link, th-cam.com/video/NiIqELIZGNg/w-d-xo.html

  • @vernsalgorithm4903
    @vernsalgorithm4903 9 ปีที่แล้ว +2

    Thank you for these videos. Gotta start preparing for my software testing internship in 4 months xD

  • @benchan3109
    @benchan3109 8 ปีที่แล้ว +2

    awesome

  • @mrugennaik534
    @mrugennaik534 3 ปีที่แล้ว

    We use VB Scripts in our CMM Programs

  • @taniaalam9284
    @taniaalam9284 3 ปีที่แล้ว +1

    very helpful

  • @susiesvlogs5529
    @susiesvlogs5529 4 ปีที่แล้ว

    Hi, but why my script said “Expected Statement error”. Thank you for replying :)

    • @QA1
      @QA1  4 ปีที่แล้ว

      The Expected Statement error may indicate that you are missing a statement or mis-spelt a keyword . You can look at the Line number and Char number given in the Error message box for a hint.
      If you are still unable to debug your script, you can paste it here so I can look at it. Thank you.

    • @susiesvlogs5529
      @susiesvlogs5529 4 ปีที่แล้ว

      Software and Testing Training how can the line and char number help me

  • @Atcan2013
    @Atcan2013 9 ปีที่แล้ว +1

    lol=msgbox ("Very well explained. " & vbCrLf & "We need more teachers like you :-)" , 20, "Thank you")

    • @QA1
      @QA1  9 ปีที่แล้ว +1

      +Atcan2013 Thank you for the beautifully-formatted message box :)

  • @nist110
    @nist110 9 ปีที่แล้ว +2

    Wonderful

  • @md.shafiqulislam6808
    @md.shafiqulislam6808 7 ปีที่แล้ว

    when i open my pc then show a notification microsoft VBScript runtime error..
    how can i solve this problem . plz help....

    • @QA1
      @QA1  7 ปีที่แล้ว +2

      This error comes if there is a syntax error in your VBScript. The error also shows the line number with the error. You need to fix the error. One way to do this is to ensure that your script is exactly (character by character) the same as shown in my video.

  • @robbinscott160
    @robbinscott160 ปีที่แล้ว +1

    GREAT video thank!

    • @QA1
      @QA1  ปีที่แล้ว

      @Robbin Scott - You are welcome! You can see more scripts in the VBScript playlist at th-cam.com/play/PLc3SzDYhhiGXH8hEHtayRPdwAsddelkh6.html
      Email me if you need training or scripts for your project.

  • @thippesh_trpani6584
    @thippesh_trpani6584 11 หลายเดือนก่อน

    This video is good but need from scratch.. Like when to use capital double coat like this..

    • @QA1
      @QA1  11 หลายเดือนก่อน

      @Thippesh_TR Pani - If you need support, you can join my channel as a Standard Member. If you need priority support and 1-1 sessions, you can join as Premium Member. The link to join as Member is th-cam.com/channels/8w8_H_1uDfi2ftQx7a64uQ.htmljoin

  • @1234567mrbob
    @1234567mrbob 3 ปีที่แล้ว

    Can someone just show me how to call a subroutine or function in VB script? I cannot get it to work!

    • @QA1
      @QA1  3 ปีที่แล้ว

      Sure. The subroutine is called the sub procedure in VBScript. I have shown how to call both sub procedures and function procedures in the VBScript tutorial at th-cam.com/video/Wd344ElH_Yg/w-d-xo.html
      You can view that tutorial from 3: min. and 13 sec. onward. Thanks!

    • @1234567mrbob
      @1234567mrbob 3 ปีที่แล้ว

      @@QA1 Thanks! I've been programming in C and Java for so long that I forgot how it's done in Basic, which is almost reminiscent of Fortran. I forgot the "Function" keyword.

    • @QA1
      @QA1  3 ปีที่แล้ว

      @DelphiProgrammer - Okay😊 And nice to know about you!

  • @Pringles-jr8bh
    @Pringles-jr8bh 9 ปีที่แล้ว +1

    Option Explicit
    Dim firstNumber
    firstNumber = InputBox("Gib die erste Zahl ein:","Erste Nummer")
    firstNumber = Cint(firstNumber)
    Dim secondNumber
    secondNumber = Cint(InputBox("Gib die zweite Zahl ein"& vbCrLf &"die zur Summe addiert werden soll","Zweite Zahl",0))
    Dim sum
    sum = FirstNumber + SecondNumber
    Dim Stimme
    set Stimme=Createobject("sapi.spvoice")
    Stimme.speak (firstNumber & "+" & secondNumber & "=" & sum)
    MsgBox "Die Summe ist " & sum
    Speaking Calculator :D

    • @QA1
      @QA1  9 ปีที่แล้ว

      Pringles 00765 This is interesting and useful for audio notifications. Thank you for sharing. There is more that we can do with the Microsoft Speech API.

    • @AakashKumarTutorials
      @AakashKumarTutorials 9 ปีที่แล้ว

      +Pringles 00765 This is so cool.Nice job!!

    • @phantomzero8448
      @phantomzero8448 9 ปีที่แล้ว

      +Pringles 00765 This works with adition... so we can improve it for multiplication?

  • @jorkus
    @jorkus 10 ปีที่แล้ว +1

    Great video! I've been struggling through a scripting book trying to pick this stuff up, but you made this easy to follow along with. Thanks!

    • @QA1
      @QA1  10 ปีที่แล้ว

      Thank you, making it simple is the focus of these video tutorials. There are 8 VBScript tutorials in my playlist, VBScript at th-cam.com/play/PLc3SzDYhhiGXH8hEHtayRPdwAsddelkh6.html
      It is really fun for me to practice VBScript examples and use scripts to automate tasks. Hope that you enjoy working and using VBScript as much.

  • @ashutoshtiwari3785
    @ashutoshtiwari3785 6 ปีที่แล้ว

    Processing box should be a non-rectangular parallelogram

    • @QA1
      @QA1  6 ปีที่แล้ว

      My flowchart is correct. The non-rectangular parallelogram is used to depict input or output.

  • @ninjaplayz941
    @ninjaplayz941 3 ปีที่แล้ว +1

    thank
    you
    very much

    • @AndyDoesGAMEZ69
      @AndyDoesGAMEZ69 2 ปีที่แล้ว

      yes
      thank
      you
      alot
      software
      and
      testing
      training
      for
      this
      great
      video

  • @MyImamdeen
    @MyImamdeen 9 ปีที่แล้ว +1

    nice

  • @timn0042
    @timn0042 4 ปีที่แล้ว

    Hi there, I'm a new subscriber and I came across your video and very informative.I'm not good in VB scripting but willing to learn more.I've a created a VBscript to automated Windows event logs collection but some reason when I test the script no errors but the Task scheduler is showing running but nothing is happening.This is the path I tried first :Program/Script
    C:\Windows\System32\wscript.exe
    Add arguments (optional):
    "E:\IT_Security\tools\scripts\Eventlog\EventLogBU_Application_Silent-Rev2016-1.vbs"And I also tried this path:Program/Script:E:\IT_Security\tools\scripts\Eventlog\EventLogBU_Application_Silent-Rev2016-1.vbs" All the settings are enabled and properly configured but no audit logs collected.What am I doing wrong ?????? Help !!

    • @QA1
      @QA1  4 ปีที่แล้ว

      Hi there, many thanks for your subscription. I have shown how to execute a VBScript program in this video tutorial. The simplest way is to open File Explorer and double-click the .vbs file to run it. When the script is running, you should be able to see it listed in the Task Manager > Processes tab > Apps. It should be listed as Microsoft Windows Based Script Host. Also, note the following points:
      1) If you use Task scheduler, the script will run only at the given date and time. So, you could check it then.
      2) The arguments are not optional. Wscript needs to know the .vbs file that you want to run.
      Thanks,
      Inder P Singh

  • @petertester915
    @petertester915 5 ปีที่แล้ว

    good explanation, but next time watch out for capital / non capital letters. I thought the I was actually a small L in the beginning. Had me scratch my head for a while.

    • @QA1
      @QA1  5 ปีที่แล้ว +1

      Wow, that is something that is not easily noticeable. I assume that your comment is regarding the script from 12:57 in this video. Yes, I called the same function as CInt and Cint on lines 5 and 8. VBScript didn't mind because it doesn't care for the case. Yes, I have noted your point. Thank you.

  • @dharaneshae2535
    @dharaneshae2535 9 ปีที่แล้ว

    good

    • @QA1
      @QA1  9 ปีที่แล้ว

      Dharanesha Darani Thank you, Dharanesha.

  • @aradhana4205
    @aradhana4205 6 ปีที่แล้ว

    Thankuu sir

    • @QA1
      @QA1  6 ปีที่แล้ว +1

      You are welcome. My remaining VBScript tutorials are available at th-cam.com/video/Wd344ElH_Yg/w-d-xo.html&list=PLc3SzDYhhiGXH8hEHtayRPdwAsddelkh6

  • @lovestorymusicfactory7088
    @lovestorymusicfactory7088 หลายเดือนก่อน

    c# button script run photoshop action

  • @codeeas
    @codeeas 2 ปีที่แล้ว

    Wait... thisis just python with extra steps

    • @QA1
      @QA1  2 ปีที่แล้ว

      Let us view the Python Tutorial for Beginners and compare. The link is th-cam.com/video/sp0Tu6i-GnY/w-d-xo.html

  • @sayfasayfa3500
    @sayfasayfa3500 2 ปีที่แล้ว

    Sir pls tell me how to run vbscript with html code pls tell me
    Output ia not showing in IE pls help
    One clear video on how to run basic addition program with html code

    • @QA1
      @QA1  2 ปีที่แล้ว

      Do you want to run VBScript in the browser? Why don't you use a modern browser with Javascript? But my 6th VBScript tutorial has HTML VBScript example from 3:36. The link is th-cam.com/video/cIFONuSKH1Q/w-d-xo.html

  • @NuevoVR
    @NuevoVR 9 ปีที่แล้ว +3

    why is everyone indian in the comment section

    • @kriszenn1125
      @kriszenn1125 7 ปีที่แล้ว

      i dont know

    • @luckyvan4320
      @luckyvan4320 7 ปีที่แล้ว +1

      Because they are Indian, they wont be Indian if they were American, Australian or Japanese!

  • @saydanoor7418
    @saydanoor7418 5 ปีที่แล้ว

    Plzz Hindi Me share kren

    • @QA1
      @QA1  5 ปีที่แล้ว

      Thanks for your suggestion.

  • @devanandchandelchandel8228
    @devanandchandelchandel8228 7 ปีที่แล้ว

    hindi me chiye sir

  • @AnujSingh-sh1mj
    @AnujSingh-sh1mj 5 ปีที่แล้ว

    Hindi me bataiye sir