Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scripttiger/tinywindl
This is a trivial downloader for Windows which is basically just a wrapper for URLDownloadToFileA. Being a trivial downloader, it does not attempt to recover from an error nor does it follow dynamic links, so all links should be static. Use cases for TinyWinDL are trivial files, such as small files storing non-critical settings or configurations, which are synchronized regularly and missing a synchronization here or there is not important.
https://github.com/scripttiger/tinywindl
assembly assembly-x86 fasm fasmg x86-assembly
Last synced: about 2 months ago
JSON representation
This is a trivial downloader for Windows which is basically just a wrapper for URLDownloadToFileA. Being a trivial downloader, it does not attempt to recover from an error nor does it follow dynamic links, so all links should be static. Use cases for TinyWinDL are trivial files, such as small files storing non-critical settings or configurations, which are synchronized regularly and missing a synchronization here or there is not important.
- Host: GitHub
- URL: https://github.com/scripttiger/tinywindl
- Owner: ScriptTiger
- License: mit
- Created: 2022-07-21T12:36:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-11T21:10:32.000Z (over 1 year ago)
- Last Synced: 2024-05-02T03:29:38.737Z (9 months ago)
- Topics: assembly, assembly-x86, fasm, fasmg, x86-assembly
- Language: Assembly
- Homepage: https://scripttiger.github.io/more/
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://docs.google.com/forms/d/e/1FAIpQLSfBEe5B_zo69OBk19l3hzvBmz3cOV6ol1ufjh0ER1q3-xd2Rg/viewform)
# TinyWinDL
This is a trivial downloader for Windows which is basically just a wrapper for `URLDownloadToFileA`. Being a trivial downloader, it does not attempt to recover from an error nor does it follow dynamic links, so all links should be static. Use cases for TinyWinDL are trivial files, such as small files storing non-critical settings or configurations, which are synchronized regularly and missing a synchronization here or there is not important.Usage: `TinyWinDL `
If no arguments, case-sensitive environmental variables used:
twdl_url
twdl_fileIf environmental variables not set, input will be prompted interactively.
**Dependencies**
If you are trying to build TinyWinDL yourself, the fasmg and fasmgP submodules may not be cloned as default behavior, depending on what git software you are using.fasmg:
https://github.com/tgrysztar/fasmgfasmgP:
https://github.com/ScriptTiger/fasmgP**TinyWinDL_386**
32-bit TinyWinDL.**TinyWinDL_386_micro**
32-bit TinyWinDL condensed into a single code section.**TinyWinDL_amd64**
64-bit TinyWinDL.**TinyWinDL_amd64_micro**
64-bit TinyWinDL condensed into a single code section.# More About ScriptTiger
For more ScriptTiger scripts and goodies, check out ScriptTiger's GitHub Pages website:
https://scripttiger.github.io/[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MZ4FH4G5XHGZ4)