Windows 10: This command not working: ren "A *.*" "*.*"

Discus and support This command not working: ren "A *.*" "*.*" in Windows 10 Software and Apps to solve the problem; This command is not working for me: ren "A *.*" "*.*" I don't get an error, but file names do not change. Is this command incorrect?... Discussion in 'Windows 10 Software and Apps' started by Klaus Dimmler, Feb 21, 2023.

  1. This command not working: ren "A *.*" "*.*"


    This command is not working for me: ren "A *.*" "*.*" I don't get an error, but file names do not change. Is this command incorrect?

    :)
     
    Klaus Dimmler, Feb 21, 2023
    #1

  2. REN command is not working

    I have written a simple batch file to rename all of the files with a same file extension inside a folder with consecutive number starting with one provided by the user. It works correctly when I use it with files named like "[We-now] Do It - 783 [spa]".****,
    but when I try to use it in another folder with .mkv files, with file names like this "Now or Never - 130- Bryan's Return! Into Hell for Nairobi's fault! [1080p][x264][AAC][Eng-Sub]-df68.mkv" the command says it is not able to find the file. Same happens if
    I just try to run the REN command from a cmd

    Here is my code:

    setlocal enabledelayedexpansion

    REM //Setting working directory as current folder

    SET "wp=."

    REM // Asking user for extension to rename

    SET /P ext="Extension of files to rename: "

    REM // Asking user for the first number

    SET /P fn="Introduce first number: "

    SET /A i=%fn%

    SET /A k=1

    REM // We start renaming

    FOR %%J IN ("%wp%\*.%ext%") DO CALL :rnaming "%%J"

    goto End

    :Rnaming

    SET aux=%~nf1

    ECHO %aux%

    ECHO Iteration %k% - Next name: %i%

    ECHO Renaming %~1

    ren "%aux%" "%i%.%ext%"

    SET /A i=%i%+1

    SET /A k=%k%+1

    :End

    Thanks in advance for any help!
     
    Apollo JacksonJC, Feb 21, 2023
    #2
  3. Naki Win User
    GPU-Z what command line parameter ?

    Suggestion: /? (-?) and /help (-help) command-line arguments to show a list of all possible arguments in a small window. *Smile This command not working: ren "A *.*" "*.*" :)
     
  4. zbook Win User

    This command not working: ren "A *.*" "*.*"

    Programs not working

    In post 26 there were steps listed to fix the operating system corruption.
    Are you able to follow them?
    In post 29 was the suggested dism repair command.
     
    zbook, Feb 21, 2023
    #4
Thema:

This command not working: ren "A *.*" "*.*"

Loading...
  1. This command not working: ren "A *.*" "*.*" - Similar Threads - command working ren

  2. This command not working: ren "A *.*" "*.*"

    in Windows 10 Network and Sharing
    This command not working: ren "A *.*" "*.*": This command is not working for me: ren "A *.*" "*.*" I don't get an error, but file names do not change. Is this command incorrect? https://answers.microsoft.com/en-us/windows/forum/all/this-command-not-working-ren-a/1cd44cf6-63ac-469d-bc41-7bbb2c21284e
  3. This command not working: ren "A *.*" "*.*"

    in Windows 10 Gaming
    This command not working: ren "A *.*" "*.*": This command is not working for me: ren "A *.*" "*.*" I don't get an error, but file names do not change. Is this command incorrect? https://answers.microsoft.com/en-us/windows/forum/all/this-command-not-working-ren-a/1cd44cf6-63ac-469d-bc41-7bbb2c21284e
  4. Access Denied on ren command in cmd

    in Windows 10 Gaming
    Access Denied on ren command in cmd: whenever i go into cmds and run it as admin, i type in cd c:\usersthen i do ren bartl "Bartlomiej Dudzik"but i get an Access Denied pop up???any tips or fixes?...
  5. Access Denied on ren command in cmd

    in Windows 10 Software and Apps
    Access Denied on ren command in cmd: whenever i go into cmds and run it as admin, i type in cd c:\usersthen i do ren bartl "Bartlomiej Dudzik"but i get an Access Denied pop up???any tips or fixes?...
  6. Access Denied on ren command in cmd

    in Windows 10 Installation and Upgrade
    Access Denied on ren command in cmd: whenever i go into cmds and run it as admin, i type in cd c:\usersthen i do ren bartl "Bartlomiej Dudzik"but i get an Access Denied pop up???any tips or fixes?...
  7. Command prompt ren c:\windows\system32\catroot2 catroot2.old failed

    in Windows 10 Gaming
    Command prompt ren c:\windows\system32\catroot2 catroot2.old failed: In attempting to fix update and other issues I was in the middle of commands with this command returned "access denied". The video I was learning from indicated this a problem and not the normal return....
  8. Command prompt ren c:\windows\system32\catroot2 catroot2.old failed

    in Windows 10 Software and Apps
    Command prompt ren c:\windows\system32\catroot2 catroot2.old failed: In attempting to fix update and other issues I was in the middle of commands with this command returned "access denied". The video I was learning from indicated this a problem and not the normal return....
  9. REN command is not working

    in Windows 10 Network and Sharing
    REN command is not working: I have written a simple batch file to rename all of the files with a same file extension inside a folder with consecutive number starting with one provided by the user. It works correctly when I use it with files named like "[We-now] Do It - 783 [spa]".****, but when I try to...
  10. Access is denied while typing the command ren c:/windows/software distribution/software...

    in Windows 10 Installation and Upgrade
    Access is denied while typing the command ren c:/windows/software distribution/software...: Hi community I am having trouble with installing updates as I type the command mentioned in the subject I get access denied and when i try to delete software distribution folder it shows the file is in use in an another application Pls help. I also cant do defer upgrades...