Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Help] What DOS cmd to use in batch file to download file from website

Featured Replies

Hello there fellow MSFN'ers!?!?

Hope all is well...

I am trying to automate the download of our spam filter software updates. These are simple text files located on a webpage

http://turbogeeks.com/downloads/lists/

the 3 files are:

domainblacklist.txt

ipblacklist.txt

subject.txt

of course, the full path is:

http://turbogeeks.com/downloads/lists/domainblacklist.txt

http://turbogeeks.com/downloads/lists/ipblacklist.txt

http://turbogeeks.com/downloads/lists/subject.txt

the only command I tried was the copy command since it's the only one that sounds reasonable (in a weird way)

copy "http://turbogeeks.com/downloads/lists/domainblacklist.txt" c:\update

and of course this is my output:

http://turbogeeks.com/downloads/lists/domainblacklist.txt

The filename, directory name, or volume label syntax is incorrect.

0 file(s) copied.

How can I accomplish this? Is this possible?

Thanks for your help,

ceez

:thumbup

  • Author
Use WGet.

@bezalel, WGET worked like a charm...pretty simple to use. it did the trick

Thanks a million....by batch file is now complete!!!

:yes:

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.