We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://4ch.mooo.com/4/fdos/fdpget.bat
using my script and this specific line
if not [%3]==[] %getter% http://dos.lod.bz/repos/current/%1/%2.zip > %dest%
getter is set as htget %1 is base, util, , etc. %2 is the package name
%dest% is just %temp%%2.zip
it dose not write the output of the file that is downloaded from htget
i do not know what is going on....
it makes the zip file but it is size 0
i tested this on 4dos and it works perfectly
my environment size is 2048
The text was updated successfully, but these errors were encountered:
the command works standalone htget http://dos.lod.bz/repos/current/base/format.zip > %temp%\format.zip
htget http://dos.lod.bz/repos/current/base/format.zip > %temp%\format.zip
Sorry, something went wrong.
No branches or pull requests
https://4ch.mooo.com/4/fdos/fdpget.bat
using my script and this specific line
if not [%3]==[] %getter% http://dos.lod.bz/repos/current/%1/%2.zip > %dest%
getter is set as htget
%1 is base, util, , etc.
%2 is the package name
%dest% is just %temp%%2.zip
it dose not write the output of the file that is downloaded from htget
i do not know what is going on....
it makes the zip file but it is size 0
i tested this on 4dos and it works perfectly
my environment size is 2048
The text was updated successfully, but these errors were encountered: