Quick run instructions not working on Windows 7 #6

Closed
opened 2021-04-27 15:49:02 -04:00 by efrick · 1 comment
Owner

The quick run instructions are failing when copied into CMD on Windows 7.

It appears that curl is the issue.

'curl' is not recognized as an internal or external command, operable program or bach file.
The quick run instructions are failing when copied into CMD on Windows 7. It appears that `curl` is the issue. ```shell 'curl' is not recognized as an internal or external command, operable program or bach file. ```
efrick added the
bug
label 2021-04-27 15:49:02 -04:00
Author
Owner

Possible solution from ServerFault.

(New-Object System.Net.WebClient).DownloadFile("https://efrick.ddns.net/git/efrick/Sysinfo/raw/branch/master/sysinfo.ps1", "sysinfo.ps1")

I'm not sure how to intigrate this in the quick run yet.

It may not matter either way as having a batch file that can be run from a USB stick and dump files into it's directory might be the most useful way to run things.

Possible solution from [ServerFault](https://serverfault.com/questions/301128/how-to-download-of-files-through-http-command-line#comment589132_301138). ```powershell (New-Object System.Net.WebClient).DownloadFile("https://efrick.ddns.net/git/efrick/Sysinfo/raw/branch/master/sysinfo.ps1", "sysinfo.ps1") ``` I'm not sure how to intigrate this in the quick run yet. It may not matter either way as having a batch file that can be run from a USB stick and dump files into it's directory might be the most useful way to run things.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: efrick/Sysinfo#6
No description provided.