python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I combine several files removing BOM using Windows command line?
I have several very large CSV (technically TSV) files that I need to append together. I had used:
copy file1.txt + file2.txt + ... + fileN.txt combined.txt
but then discovered that each file has a BO...
Tim
Votes: 0
Answers: 2
Java font size changes from win 10 to win 11
We have a large Java application that looks fine with Win 10.
When we test it on Win 11, about 1/2 the controls have a much smaller font than the others.
This is using the same version of the Open JDK...
CasaDelGato
Votes: 0
Answers: 1
How can I seamlessly and discretely communicate new URI launch parameters to a currently running application in Windows?
Case: Click a URL in the browser and a video game that is currently running on user's desktop can ingest that data and do something.
I've been working on this for some time, but I don't know if I'm on...
Skate_and_Create
Votes: 0
Answers: 1
Will the WebBrowser ActiveX control continue working after June 2022?
Microsoft announced the end of Internet Explorer by June 2022.
However I cannot find any information on how this will affect the old WebBrowser Active X control. As far as I know it is based on the In...
Tigerfink
Votes: 0
Answers: 1