python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Creating a .txt file with multiple echoed lines of text fails depending on the text
I'm a casual coder trying to make a bat file that writes a txt file with multiple lines of text and it's not working for some reason.
My code so far for reference:
@echo off
(
Echo;extends "re...

TheLemon27
Votes: 0
Answers: 2
How to get current monitor scale
I have tested my program on laptop, with standard ressolution, with view scale 125%.
I have following code to get this scale factor:
HWND activeWindow = ::GetActiveWindow();
HMONITOR monitor = Monito...

Michal Hadraba
Votes: 0
Answers: 1
Script to sequentially move 5,000 files at a time?
I created 1 million files that I'm trying to upload to a device. However, file explorer crashes if I select too many at once. I'm trying to break them up and move them into subfolders in batches of 50...
stefmf
Votes: 0
Answers: 0
How do I deal with the error "expected loop"?
My code doesn't work
i am trying show my friends
this is the code it is a message box
Dim objShell, strComputer, strInput
Dim strRestart
pass=inputbox( "test time! what is 2+2?" )
if pass=...

whenmemesfly
Votes: 0
Answers: 1