About 34,300 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. 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 …

  3. Format date and time in a Windows batch script - Stack Overflow

    In a Windows (Windows XP) batch script I need to format the current date and time for later use in files names, etc. It is similar to Stack Overflow question How to append a date in batch fil...

  4. Using parameters in batch files at Windows command line

    In Windows, how do you access arguments passed when a batch file is run? For example, let's say I have a program named hello.bat. When I enter hello -a at a Windows command line, how …

  5. 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.

  6. 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?

  7. 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 …

  8. Rename all files in a directory with a Windows batch script

    How would I write a batch or cmd file that will rename all files in a directory? I am using Windows. Change this: 750_MOT_Forgiving_120x90.jpg 751_MOT_Persecution_1_120x90.jpg

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

    Oct 23, 2014 · 7 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 …

  10. Is it possible to modify a registry entry via a .bat/.cmd script?

    Sep 24, 2008 · PowerShell scripts must first be enabled on the client machine by using Set-ExecutionPolicy. I have a batch script which modifies the registry to set the execution policy to …