About 313,000 results
Open links in new tab
  1. Ping every IP address in a text file? - Super User

    Apr 29, 2013 · That is your mistake. Always remember that when naming a batch file you should avoid using the name of a command. In your case the ping command inside the batch file is …

  2. windows - Add registry key entries using batch file - Super User

    Add registry key entries using batch file [duplicate] Ask Question Asked 11 years, 1 month ago Modified 7 years, 4 months ago

  3. Is it possible to automatically run a batch file as administrator

    Jul 28, 2014 · 64 Yes, you're able to run a batch file with administrative rights. Unfortunately, you can't do this directly from the batch file it self. You would need to first create a shortcut of that …

  4. windows - Batch script to launch an application - Super User

    Jul 7, 2010 · 1 @Bobby method should work, If you directly calls the batch script ( double click ), the method will open a new command window. Instead use the following, @echo off start …

  5. Is it possible to use a batch file to ping multiple IP addresses, each ...

    Can I create a batch file to ping multiple IP addresses, every IP address in new window. I don't want to open multiple windows and manually writing every single ping ping command.

  6. How to run multiple batch files with one master batch file

    What I wanted to do in a "master" batch file was access subfolders and run batchfiles in those folders sequentially. This is what I ultimately ended up doing, cd Folder1 call batch_cmd.bat cd …

  7. Set user for auto logon on windows via batch script

    Set how many times it shoud logon automatically (0 for infinite): reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v AutoLogonCount /t …

  8. Office 365 proplus Installation through "Batch File"

    Dec 9, 2015 · Here is a simple script file for your reference, you may copy the following two lines to an empty new text file and save the file to .bat format. \\server\odt\setup.exe /download …

  9. How to create new folders on desktop with a batch script

    Feb 15, 2014 · 3 Can someone please tell me how to create new folders on desktop with a batch script? I can't find any simple tutorials on the internet. I just want a straightforward script that …

  10. How can I create a batch job (.bat) that zip a folder?

    Mar 5, 2014 · I have found a simple solution for this. Suppose you have multiple sub folders to be zipped in a folder. In that case, 1. Download and lnstall 7zip software. Then copy 7z.exe to the …