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”

ntfsclone Windows partition to smaller partition on another disk

First of all you will need some kind of bootable Linux distribution. I have used Kali linux. Please execute following commands as root.

First check which partition do you use for your Windows installation. Since I was using Windows 7, first partition was 100MB reserved space and second partition was my Windows installation. Continue reading “ntfsclone Windows partition to smaller partition on another disk”