Renaming files from list using loop isn’t working
Need to rename some files by list using syntax “Old-name” to “New-name” isn’t working.
Renaming files from list using loop isn’t working
Need to rename some files by list using syntax “Old-name” to “New-name” isn’t working.
how delete dns by comman prompt
I just creat setdns.cmd
file to set dns
How do I automatically x a program after starting it in a batch file [closed]
Closed 53 secs ago.
how do i automaticly x a program after starting it in a batch file
my current script looks like this:
Unable to create and rename a directory according to file version result from WMIC
I am trying to:
Windows 11 22H2 has changed behavior in CMD
So with the move to Windows 11 22H2 and the change to Terminal as the default, there has been some additional changes to CMD. I would like to know what has changed to cause the different behavior in CMD. I have tried to run in Terminal using CMD, I have also started CMD on it own and tried the Legacy mode, all of which has the new behavior in Windows 11.
cmd script bat for retrieving wmic info to output notepad
I am new to programming, and I was wondering if there is a way to create a script to run CMD for retrieving info into notepad?
How to pass a numeric variable, from inside a FOR loop, to a subroutine and retaining its value
I’m having a problem passing numeric variable, from inside a FOR loop, to a subroutine, and accessing its value.
%~s1 and %~fs1 difference in batch script?
In this batch script, both %~s1 and %~fs1 output D:THISIS~1USERSB~1. What’s the difference between them, and how can you demonstrate this difference in a batch script?