VBS on notepad

Emmett Roughgarden 21 Reputation points
2020-12-27T22:08:57.783+00:00

Could anyone help me code with VBS on notepad?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,784 questions
{count} votes

Accepted answer
  1. David Browne - msft 3,851 Reputation points
    2020-12-28T01:36:22.51+00:00

    Write your VBScript program in notepad and save it as c:\temp\MyProgram.vbs extension. Then from a command prompt run

    cscript.exe c:\temp\MyProgram.vbs
    
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.