Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Server \ Batch download files using the explorer under Windows Server 2008 R2     - Sysdig: system troubleshooting tool (Linux)

- Storm basic framework for analysis (Programming)

- Spring Integration ehcache annotation implement the query cache and cache update or delete instant (Programming)

- Java NIO in the world (Programming)

- Oracle 11g + RAC + RHEL6.5 + udev + ASM + PSU installation summary (Database)

- Use JMS listener Oracle AQ, trigger the execution of Java programs in the database changes (Database)

- Ubuntu configuration SVN and http mode access (Server)

- Linux SU command security Suggestions (Linux)

- MySQL partition summary (Database)

- AngularJS asynchronous service testing and Mocking (Programming)

- Character Encoding notes: ASCII, Unicode and UTF-8 (Linux)

- CentOS6 5 source compiler installation Hadoop2.5.1 (Server)

- Linux text processing tool of awk (Linux)

- Linux startup and logon security settings (Linux)

- Java filter (Programming)

- Use virt-manager to create and manage virtual machines (Linux)

- CentOS Set the Mono environment variable (Server)

- CentOS 6.5 makes the LAN http source (Linux)

- How to interactively create a Docker container (Server)

- Linux and SELinux Exploration Program Manager (Linux)

 
         
  Batch download files using the explorer under Windows Server 2008 R2
     
  Add Date : 2018-11-21      
         
         
         
  Background:

Customer's environment is Windows Server 2008 R2, you need to install the patch every month, but for security reasons, Microsoft will automatically update the sealing, so that each installation can manually download and install the patch.

Sometimes you need to download each patch were more, but there is no server Thunder, other download tools, nor the installation, so each time to manually download, very troublesome.
This method is through the system comes with the explorer to achieve bulk download.

As we all know, when you enter a link in my computer when, explorer will start iexplor to download, this little trick is to use this method to achieve bulk download.

First you need to download the file link saved in Notepad.
2. Open the default browser, if your default browser is IE, open IE. Firefox, then open Firefox, must be open, otherwise after running the command will only download the last file.

3. Open the CMD, enter the following command:

for / f% i in (Desktop patchdownload.txt) do explorer% i

Note: The parenthesis is the location you Notepad to save the link.

And then quietly wait for it, this time you will see a pop-up IE frequently, crashed meal mad flash, CPU usage soaring ~~

If the machine configuration enough garbage, you will find amazing things -----> stuck, and I had a rub ~
     
         
         
         
  More:      
 
- SecureCRT in Python scripting study guide (Programming)
- Linux server is how to do after the invasion (Linux)
- Linux, set and view environment variables (Linux)
- Java JDK has been able to compile without warning (Programming)
- Fedora 20 users install the Mate 1.8 desktop (Linux)
- Graphic Git (Linux)
- Linux system boot process detail (Linux)
- Comparison of one-time transaction and CTE insert data (Database)
- Customize own small private Linux system (Linux)
- Linux data redirection (Linux)
- Linux remote wake the computer original code [C] (Linux)
- MySQL how to export files with the date format (Database)
- CentOS6 install Redis (Database)
- Linux performance optimization features Tuned and ktune (Linux)
- LinkedList Basic Usage (Programming)
- Use mdadm tool to create software RAID 0 (Linux)
- Ubuntu rights management common commands (Linux)
- JSON data normalization (normalize) (Programming)
- A brief introduction to some important Docker commands (Server)
- Let Markdown code syntax highlighting and support Django1.6 (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.