Please log in. To create a new account, enter the name and password you want to use.
If you supplied an email address when you signed up or added a email later, you can have your password reset.
This user name doesn't exist. If you want to create a new account, just verify your password and log in.
This user name exists. If you want to create a new account, please choose a different name.
Enter the current email address you have registered in your profile. You'll get an email containing your new password.
You have no email address in your profile, so you can't have your password reset.
Password reset. Check your email in a few minutes
That account does not exist.
The email address specified is not registered with this account.
Delivery to this email address has failed.
upload-script.bat contains the what petopeto said above. Except I've replaced user with my username and pw with my password. As well as added "-k" as the 'booru I'm uploading to uses https and a self-signed cert.
Eruru
upload.bat
call upload-script.bat "Z:\Some where\file.jpg" "tag1 tag2"
upload-script.bat contains the what petopeto said above. Except I've replaced user with my username and pw with my password. As well as added "-k" as the 'booru I'm uploading to uses https and a self-signed cert.
curl https://someurl.com/post/create.xml -H Expect: -F post[file]=@%1 -F post[tags]=%2 -F user[name]=username -F user[password]=password -k
In a cmd window I enter upload.bat and it displays the lines in both bat files on seperate lines and nothing happens.
If I change things I get errors, but I can't get it to actually work.