BleepingComputer.com: use batch file to download apps

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

use batch file to download apps

#1 User is offline   Michael-Anthony 

  • Forum Regular
  • Find Topics
  • Group: Banned
  • Posts: 267
  • Joined: 14-August 07
  • Gender:Male

Posted 30 November 2008 - 04:46 PM

Is it possible to use a batch file to download a multiple set of programs?

example

@echo off

echo Downloading Flash Player
get http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player.exe installs\install_flash_player.exe
echo Done.

Echo Now installing...
installs\install_flash_player.exe
cls 
echo Flash player installation complete
pause


#2 User is offline   Michael-Anthony 

  • Forum Regular
  • Find Topics
  • Group: Banned
  • Posts: 267
  • Joined: 14-August 07
  • Gender:Male

Posted 30 November 2008 - 05:19 PM

allright, for now i am using

start iexplore "http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player.exe"
pause

next one 

etc


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users