About 55,600 results
Open links in new tab
  1. Which to choose on Windows: VBScript, JScript, Wscript

    You can write WSH (Windows Scripting Host) and WSC (Windows Scripting Component) scripts that use both VBScript and JScript by combining them in an XML-based wrapper, if you need …

  2. windows - Iterate all files in a directory using a 'for' loop - Stack ...

    How can I iterate over each file in a directory using a for loop? And how could I tell if a certain entry is a directory or if it's just a file?

  3. How to enable your Windows Script Host through Registry Editor?

    Jun 15, 2023 · With the Windows Script Host restrictions lifted, you should only run scripts from trusted sources and if you’re sure they are safe to run. That’s it! This enables Windows …

  4. How to send a simple email from a Windows batch file?

    I'm running Windows 2003 Service Pack 2. I have a batch file that runs on demand. I want to have an email sent every time the batch file runs. The email is simple, just a sentence indicating that …

  5. How to run .sh on Windows Command Prompt? - Stack Overflow

    Oct 23, 2014 · On Windows 10 Anniversary Update, it's even easier to run shell commands in/with bash on ubuntu on windows I was trying to set my region for my x-wrt r7000 netgear router, I …

  6. BAT file to map to network drive without running as admin

    May 8, 2014 · I'm trying to create a .bat file that will map to a network drive when it is clicked (it would be even better if it could connect automatically on login if connected to the network, …

  7. Show a popup/message box from a Windows batch file

    Apr 22, 2009 · Learn how to display a popup or message box using a Windows batch file with practical examples and solutions.

  8. windows - How to run a PowerShell script - Stack Overflow

    250 If you want to run a script without modifying the default script execution policy, you can use the bypass switch when launching Windows PowerShell.

  9. How can I delete a folder and all contents using a bat file in …

    I want to delete a folder with all files and subfolders using a bat file. I have tried the following, but it is not working: @DEL D:\\PHP_Projects\\testproject\\Release\\testfolder*.* How can I fix it?

  10. windows - How to check if a process is running via a batch script ...

    Oct 2, 2008 · How can I check if an application is running from a batch (well cmd) file? I need to not launch another instance if a program is already running. (I can't change the app to make it …