Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7822481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T07:56:09+00:00 2026-06-02T07:56:09+00:00

On Windows, using nmake, how can I include a rule that downloads a file

  • 0

On Windows, using nmake, how can I include a rule that downloads a file from
a location? Something like wget, but on Windows.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T07:56:10+00:00Added an answer on June 2, 2026 at 7:56 am

    On modern Windows (Vista, Windows 7, later), you have Powershell available, so you can do this:

    # ==================================================================
    _PS=${WINDIR}\System32\WindowsPowerShell\v1.0\powershell.exe
    OAUTHCS_URL=https://cropperplugins.svn.codeplex.com/svn/Cropper.Plugins/OAuth1.0/OAuth.cs
    
    OAuth.cs:
        $(_PS) -Command "& {(new-object System.Net.WebClient).DownloadFile('$(OAUTHCS_URL)','OAuth.cs')}"
    

    If you don’t like to depend on powershell, you can use a wget command line tool for windows, like this:

    CSC=\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe
    
    Oauth.cs: wget.exe 
        .\wget.exe $(OAUTHCS_URL)
    
    wget.exe: wget.cs $(CSC)
        $(CSC) /t:exe /debug+ /out:wget.exe  wget.cs
    

    The source for a usable wget tool is available here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

in windows (using apache as server), my file path directory will be C:\xampp\htdocs\mysvn\PhpDocumentor\phpdoc.php. But
Using Windows So I'm reading from a binary file a list of unsigned int
I am trying to write something for windows using WINAPI, so I can make
How can I block a file on Windows using C++ in a blocking fashion?
I have sent emails from windows using C# programming like this . It is
We are developing a file system for Windows using IFS Kit. We started to
I've installed virtualenv and virtualenvwrapper on Windows using easy_install. But mkvirtualenv is missing. I
I am trying to compile this libevent2 package to Windows, but currently I can't
Using Microsoft's NMAKE with -I option to for include paths. It works for the
I'm using QtCreator on windows using MSVC compiler (the compiler from Visual c++ express

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.