Windows 10: VBS

Discus and support VBS in Windows 10 Network and Sharing to solve the problem; How do you make a vbs file open a file? https://answers.microsoft.com/en-us/windows/forum/all/vbs/9897f943-4d77-46e7-aeae-2e27d00f7937 Discussion in 'Windows 10 Network and Sharing' started by SamHallenberg, Aug 19, 2020.

  1. VBS


    How do you make a vbs file open a file?

    :)
     
    SamHallenberg, Aug 19, 2020
    #1

  2. VBS Msgbox

    Denis,

    • I was too lazy to compute the size programmatically. And, it the 2005 version the message box always came up hidden, so I always used 0 for the top. It's also part of my OCD to be able to control everything.
    • I personally don't need it to timeout. I used this in vbs files to ask to continue to the next step, skip the next step or cancel the vbs. BTW, I added the code back in but keep it assign it to 0.
    • Sound was calling Windows Media Player: WshShell.Run "C:\Users\donast\desktop\sndrec32.lnk",7,false the lnk is a shortcut on my old desktop that had: "C:\Program Files (x86)\Windows Media Player\wmplayer.exe"
      "C:\Users\Public\Music\Wavefiles\Twilight.wav"
    • Yes. The value is the number of the button in the order specified when calling it.
    • Never really thought about it as all my VBS/VBA code is relatively simple and I add comments in the file as necessary to remind me what is going on. I don't usually have anyone to share my code.
    FYI I use a VBS to call it. Here's a line from a test vbs I use to run your version:

    choice=Wshshell.run("custommsgbox.vbs " & wscript.scriptname & " ""CopyFiles.vbs done. Continue with UnArchVista.vbs?"" ""White"" ""Black"" 40 ""Yes"" ""No"" ""Cancel""",1,true)

    Copy it to a text editor to see all the spaces, etc. Took me a while back the to figure it out.

    Don
     
    DRARetired, Aug 19, 2020
    #2
  3. IDE for VBS?

    vbs didn't end until powershell was introduced. But it's not completely replaced. As far as I know VS6 doesn't support VBS either, just VB. Will try vbsedit at work tomorrow. See how that works out, can't be worse than notepad*Smile VBS :)
     
    DanTheBanjoman, Aug 19, 2020
    #3
  4. VBS

    Smittychat., Aug 19, 2020
    #4
Thema:

VBS

Loading...
  1. VBS - Similar Threads - VBS

  2. Windows 11: Security-feature VBS Enclaves is being deprecated on some systems

    in Windows 10 News
    Windows 11: Security-feature VBS Enclaves is being deprecated on some systems: Microsoft announced the deprecation of the security feature VBS Enclaves today for earlier versions of Windows 11 and Windows Server. Based on VBS, Virtualized-Based Security, VBS Enclaves were formally introduced by Microsoft in Windows Server 2019. Microsoft improved the...
  3. Windows script Host error on start up for onenote vbs file.

    in Windows 10 Gaming
    Windows script Host error on start up for onenote vbs file.: On PC startup I have two pop ups for Windows Script error, it shows two missing files, ending in vbs.I have tried DISM and scan and have tried autoruns but they still appear every time I restart or turn on PC....
  4. Windows script Host error on start up for onenote vbs file.

    in Windows 10 Software and Apps
    Windows script Host error on start up for onenote vbs file.: On PC startup I have two pop ups for Windows Script error, it shows two missing files, ending in vbs.I have tried DISM and scan and have tried autoruns but they still appear every time I restart or turn on PC....
  5. How do I fix this VBS error can't find C:\Users\blar\appdata\roaming\fgerk73ast.vbs.

    in Windows 10 Gaming
    How do I fix this VBS error can't find C:\Users\blar\appdata\roaming\fgerk73ast.vbs.: How do I fix this VBS error can't find C:\Users\blar\appdata\roaming\fgerk73ast.vb. I do not have the VBS app on my Win 11, but an old walmart picture app was loaded from the photo disk and it was from 2006, so i think that it added that script? i remove the walmart app and...
  6. How do I fix this VBS error can't find C:\Users\blar\appdata\roaming\fgerk73ast.vbs.

    in Windows 10 Software and Apps
    How do I fix this VBS error can't find C:\Users\blar\appdata\roaming\fgerk73ast.vbs.: How do I fix this VBS error can't find C:\Users\blar\appdata\roaming\fgerk73ast.vb. I do not have the VBS app on my Win 11, but an old walmart picture app was loaded from the photo disk and it was from 2006, so i think that it added that script? i remove the walmart app and...
  7. Suspicious VBS Script in the Startup Folder

    in Windows 10 Gaming
    Suspicious VBS Script in the Startup Folder: I found a suspicious VBS script in my windows startup folder which contains following code:' ========================================================================= ' Author: John Hewston ' Copyright: Microsoft Corporation, 2008 ' Resources:...
  8. Suspicious VBS Script in the Startup Folder

    in Windows 10 Software and Apps
    Suspicious VBS Script in the Startup Folder: I found a suspicious VBS script in my windows startup folder which contains following code:' ========================================================================= ' Author: John Hewston ' Copyright: Microsoft Corporation, 2008 ' Resources:...
  9. Suspicious VBS Script in the Startup Folder

    in AntiVirus, Firewalls and System Security
    Suspicious VBS Script in the Startup Folder: I found a suspicious VBS script in my windows startup folder which contains following code:' ========================================================================= ' Author: John Hewston ' Copyright: Microsoft Corporation, 2008 ' Resources:...
  10. How to turn off Virtualization-based Security VBS on Windows 11 Pro 24H2?

    in Windows 10 Software and Apps
    How to turn off Virtualization-based Security VBS on Windows 11 Pro 24H2?: Hello, I have PC with clear install Windows 11 Pro 24H2. Specs: Gigabyte b650 DS3H, AMD Ryzen 5 7600X, 32 GB RAM, SSD 512 GB.I tried to turn off VBS with these steps:1. bcdedit /set hypervisorlaunchtype off2. Turn off Core isolation on Windows Security3. Restart PC4. VBS...