Mount Nextcloud as drive in Windows WebDAV

In order to mount your Nextcloud as drive in Windows, in command prompt use following command to mount it as drive N and replace YOURSERVER, YOURSERVERPORT, YOURUSERNAME and YOURPASSWORD with your values.

net use N: https://YOURSERVER:YOURSERVERPORT/nextcloud/remote.php/dav/files/your-username/ /user:YOURUSERNAME YOURPASSWORD

Convert directory of .prg files to .asm in Windows

I wanted to convert my old Turbo Assembler sources from Commodore 64 to modern .asm files that I can use on any editor in PC.

There is a tool called TMPview that can make your life easier.

TMPview is a viewer/converter that inputs a binary format Turbo Assembler source code and outputs the ASCII equivalent in a format suitable as
input for our cross assembler, TMPx. Continue reading “Convert directory of .prg files to .asm in Windows”

Remove enter network password popup when accessing your shares

I am really annoyed by Windows message that pops up every time when I access my network share asking me to enter my credentials.

I have Samba share running on my D-Link DNS-320 NAS with two shared volumes that I have mounted as network drives Y and Z.

Assignment of drives will work until you restart your PC. After restart you will be presented withe message like this: Continue reading “Remove enter network password popup when accessing your shares”