Skip to main content

All Questions

2 votes
1 answer
1k views

Clipping special characters to clipboard using command prompt

I want to place a certain useful special character to the clipboard to use it. So I did this using a simple batch script, something like this: @echo off set /p char=<character.txt echo %char%| ...
batchcoding____s's user avatar
1 vote
0 answers
2k views

How to untar file with UTF-8 special characters in Windows

I want extract a TAR file with special characters UTF-8 and when open it with WinRAR and PeaZip show filename like mark question and when extract it with WinRAR and 7-Zip file name change to ...
Zaman Oof's user avatar
  • 121