Articles

Windows – How can I stop percentage expansion in a batch file?

(This is on NT based Windows like 2000, XP, Vista, 7) On the command-line, the percentage characters are ignored: wget “http://www.justitie.nl/images/Handleiding%20voor%20verwerkers%20persoonsgegevens_tcm34-3940.pdf” So it correctly downloads this file (each %20 becomes a space): “http://www.justitie.nl/images/Handleiding voor verwerkers persoonsgegevens_tcm34-3940.pdf” But inside a batchfile, all the %20 are being interpreted as expanding parameter 2 (which is empty) resulting in […]

Windows – How can I stop percentage expansion in a batch file? Read More »

Windows – How to change filezilla so that View/Edit opens .html in Notepad++, not Firefox

Currently Firefox is set by Windows to open .html files. I’m hoping I can sort of override this in FileZilla so I can do quick edits and then upload them to the server. Solution: In FileZilla go to edit > settings… In the left column scroll down to “file editing”… Select it, then in the

Windows – How to change filezilla so that View/Edit opens .html in Notepad++, not Firefox Read More »

Scroll to Top