close
Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
67 views

Is there a way to enforce the execution of the Fortran compiler contained in gcc-16.1.0-64 to recognize a blank space in a filename when executed in the Windows cmd.exe command line? Others, like the ...
ifffam's user avatar
  • 307
Advice
1 vote
2 replies
96 views

I have a directory with about 15,000 files (images, movies. sounds, etc.), "Dir1". I also have a file with about 2,000 files that I need to find in "Dir1" and transfer to "...
Trivino Y Garcia Abelardo's user avatar
Advice
0 votes
2 replies
54 views

What would y'all say is the fasted way to learn and use batch? I've started with a few basic scripts to automatically open a few programs on startup, Additionally a generic matrix scrolling text thing ...
mirahsan2's user avatar
-4 votes
0 answers
57 views

Symptoms: cmd.exe appears automatically even after killing it. Sometimes there are two instances. RAM usage grows until the system becomes nearly unusable. The process disappears and comes back ...
encodedcoder's user avatar
Advice
0 votes
0 replies
89 views

I'm trying to programmatically get basic information about status of onedrive/sharepoint mounted files (e.g. is it cloud-only ?, is it pinned ? is it syncing ?) but without going too complex (i.e. ...
CitizenInsane's user avatar
1 vote
0 answers
136 views

I'm creating a library in C# on .NET 8.0 and using it in another project. File.csproj of my project: <ItemGroup> <ProjectReference Include="sub-modules/SimpleServerHTTP/...
DABL03's user avatar
  • 138
2 votes
2 answers
122 views

I have a custom script in my package.json that commits the working tree, bumps the version of my npm package, and pushes it to the remote. { "scripts": { "bump": "git ...
dimitris.terzz's user avatar
0 votes
0 answers
175 views

This is the kind of output I see in OpenAI's Codex under Windows Cmd in Windows Terminal (: Note all the extra symbols. In particular, look at options 2 and 3. Gemini suggested running chcp 65001. ...
AlwaysLearning's user avatar
1 vote
1 answer
128 views

I try to make a batch file to just confirm hosts are up. I have sections that work just fine but when trying to put them together it all goes to hell. The code is as follows: @echo off setlocal ...
Tired's user avatar
  • 3
4 votes
1 answer
182 views

In cmd, I wrote the following command to test an executable named "msl.exe": msl test c.exe The executable calls GetCommandLineA (from the Windows API) and prints the command line. However, ...
Kun Xiang's user avatar
Advice
1 vote
2 replies
96 views

I need to build a cmd file that copies "Merge.txt" from the same directory of cmd file to "D:\StackFlow\" Note: I want to copy that file whenever I change the directory source
A Mu's user avatar
  • 23
0 votes
1 answer
50 views

I can't recall (and can't work out) if there is a way to have a cmd FOR loop nested within another FOR loop where for each outer FOR loop iteration, the inner FOR loop is iterated. For example: FOR /F ...
skeetastax's user avatar
  • 1,818
1 vote
1 answer
143 views

I have a batch escaping problem involving 3 files: chain.bat conatins this code: for %%x in (%*) do ( %%~x ) b.bat contains this code: chcp 65001 >nul start chrome --profile-directory="...
Shai Ben-Dor's user avatar
Advice
0 votes
2 replies
78 views

I'm looking to set up a prank on a USB device. The goal is to change the Windows 11 system sound for inserting and removing a USB drive to two different audio files (let's call them clip1.wav & ...
M R's user avatar
  • 77
2 votes
2 answers
183 views

I want to create a shortcut which (1)opens cmd.exe in a specific folder, then, (2)runs within that terminal "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64....
One_Cable5781's user avatar

15 30 50 per page
1
2 3 4 5
1625