Everything Technical
Everything Technical
  • Видео 11
  • Просмотров 308 584
How to rename multiple files at once with different names
Want to rename multiple files at once? So watch our complete video to learn how to rename multiple files at once with different names by command prompt.
Please like our channel for advance tips and tricks!
Просмотров: 292 896

Видео

Best way to get full path/source of any folder or file in Windows Operating System
Просмотров 4507 лет назад
By the watching this video you will know how to get any file or folder location in computer or laptop in very easy way. This is only for learning purpose. Subscribe our channel for latest tips and tricks update.
How to find how many file hide in folder or drive
Просмотров 1097 лет назад
By the watching this video you will find how many file or folder hide in Directory, Subdirectory or Drive. It's just for learning purpose.
how to split pages from pdf file without using any software
Просмотров 2648 лет назад
By the watching this video you can split pages from pdf file without using any 3rd party software.
How to disable startup programs in Windows 10
Просмотров 1348 лет назад
How to disable and enable your starting program in Windows 10. By the watching this video you can disable or enable startup program or application in Windows 10. If you like my videos please subscribe my channel.
How to shutdown your computer by hack in windows(xp,7, 8 and 10)
Просмотров 1888 лет назад
How to shutdown your computer or laptop by new style in any windows version. for shutdown type: shutdown /s /c "Message you want to show" for stop shutdown type: shutdown /a Please subscribe my channel to support us.
How to create file or folder without any name in windows OS
Просмотров 1418 лет назад
By the watching this video you will create a file or folder without any name.
Hide and Unhide any file in Windows by Command Prompt Advance trick
Просмотров 768 лет назад
How to hide and unhide any file in any Windows OS.
Advanced shortcut key of Cut Copy and Paste
Просмотров 1,6 тыс.8 лет назад
Here you can find the advanced shortcut key of Cut Copy and Paste.

Комментарии

  • @evagelia1979
    @evagelia1979 2 месяца назад

    You are amazing!

  • @younger544
    @younger544 3 месяца назад

    6 years later you are still saving lives. Thanks!

  • @vilepawndespair
    @vilepawndespair 7 месяцев назад

    My dude has the background music of an epic quest 10/10

    • @Mubashar783
      @Mubashar783 6 месяцев назад

      Football world cups

  • @wapfvphm
    @wapfvphm 8 месяцев назад

    thank

  • @gospellighthouse1557
    @gospellighthouse1557 Год назад

    That works but to a point. I did all that you suggested, but then what happened was that there's 116 pictures in my folder, and when it got to the 26th picture, it started adding the number in parenthesis starting with (1) again?????

  • @theactualjosi
    @theactualjosi Год назад

    If you're using Windows 11, instead of using '/d' in the command, use '/b'. For example: dir /b > list.txt Microsoft changed the way dir commands function in Windows 11 and you now have to use the /b tag to generate a list that's easy to paste into Excel. Using /d will end up with a wrapped list with two filenames per row instead of one, which makes pasting into Excel a CHORE to the point where it'd be more time-efficient to just manually go through each file and rename them yourself in file explorer. If you use /b, it will generate a list formatted the same way as the list that's used in this video.

    • @ignurh
      @ignurh 11 месяцев назад

      Thank you

  • @ErtuğrulArda
    @ErtuğrulArda Год назад

    Thanks for Helping!

  • @rafaelram9789
    @rafaelram9789 Год назад

    VERY HELPFUL! THANKS

  • @datngo27
    @datngo27 Год назад

    I have problem with the font recognition, cmd can not read Vietnamese fonts, please help?

    • @Everythintechy
      @Everythintechy Год назад

      Please change the font from the Vietnamese to any English.. it might help... Thanks.

    • @datngo27
      @datngo27 Год назад

      @@Everythintechy thanks, I found another way to copy all file names while keep the font format.

  • @Arham__Qasim
    @Arham__Qasim Год назад

    Thankyou bhaijaan, mai 2 din se isme phasa tha

    • @Everythintechy
      @Everythintechy Год назад

      Most welcome Bhai.. don't forget to subscribe our channel 😁

  • @LandoCalani404
    @LandoCalani404 Год назад

    Too slow, i did it in less than it took me writing this comment. Next time you should talk and try putting subtitles on.

  • @hungphanQQQQ9999
    @hungphanQQQQ9999 Год назад

    how about for folders?

  • @syedabuthahiruddeen
    @syedabuthahiruddeen Год назад

    You r a savior man 🤗🤗

  • @pravinrajpurohit279
    @pravinrajpurohit279 Год назад

    Sir this watch price Indian rupees

  • @Dark_side9999
    @Dark_side9999 Год назад

    Great way, I have another method to change all my movie name series according to their original name at once using cmd or .cmd text file, you can modified the code to do as you need @echo off setlocal enabledelayedexpansion REM Modify the following line with the desired folder path where your files are located set "folderPath=___________________________" REM Modify the following line with the keyword that indicates the episode number in your file names set "keyword=_____________" for %%A in ("%folderPath%\*.*") do ( set "filename=%%~nxA" set "episode=" for /F "delims=" %%B in ("!filename!") do ( set "temp=%%B" set "temp=!temp:*%keyword%=!" if "!temp!" neq "!filename!" ( set "episode=!temp!" REM Remove any non-digit characters from the episode number set "episode=!episode:~0,2!" REM Extract the first two characters of the episode number REM Check if the episode number is a single digit and doesn't start with a zero if "!episode:~1,1!" equ "-" set "episode=0!episode:~0,1!" REM Modify the following line to define the desired naming method for the renamed files set "newname=___________!episode!" rem Remove any non-digit characters from the file extension set "extension=%%~xA" set "extension=!extension:~1!" rem Combine the new name, episode number, and file extension set "newname=!newname!.!extension!" rem Remove the hyphen "-" from the new name set "newname=!newname:-=!" ren "%%~A" "!newname!" ) ) ) echo All files renamed successfully.

  • @huzaifkhan4870
    @huzaifkhan4870 Год назад

    Price kitne ka hai

    • @peeyushjoshi6389
      @peeyushjoshi6389 Год назад

      21000 bhai

    • @Kblfacts2
      @Kblfacts2 6 месяцев назад

      Mere pas h leni h to btao @vishalfitness66​@@peeyushjoshi6389

  • @wad247TV
    @wad247TV Год назад

    Or Press F2 ruclips.net/video/k9r0DbqBuGc/видео.html

    • @theactualjosi
      @theactualjosi Год назад

      thanks i only had to rename 10 files to remove "01 - ", "02 - ", "03 - " (and so on) from the beginning of the filename and it was way easier to just press F2, LEFT, DEL x5, ENTER, DOWN, repeat x10. preciate it

  • @amitmeena947
    @amitmeena947 Год назад

    thanks but i had a problem, I am able to rename only 50% files, please help me to resolve this problem. i need another help, may i take all data from different sheets (more than 500 sheets) in one sheet only in excel

    • @Everythintechy
      @Everythintechy 8 месяцев назад

      Yes you can get as there is a option in Excel to get data from the folder... You have to just put all (500 Excel) into that folder... If you want we can make a separate video on the same.

  • @snowying25
    @snowying25 Год назад

    cool!! I managed to change my filename by follow the step show in the video~ Thank you!!!

  • @jerrymontalbano3222
    @jerrymontalbano3222 Год назад

    Absolutely very FEW will be able to follow all that messy instructions. Firstly one needs Microsoft Office. Two, Going back and forth and trying to remember all the steps will either take a genius or a complete idiot. <chuckle>...Can't it be done in Windows with a few DOS command syntax like Mary*.* to Anna*.* or something? (probably wrong syntax but one should understand better.

  • @kougaz
    @kougaz Год назад

    isn't it easy to select all and use rename 😯

  • @karthikg521
    @karthikg521 Год назад

    Thank you so much bro you saved my 4hours of time 🙌

  • @agung3732
    @agung3732 Год назад

    THANKKKKSSSSSS

  • @hangnguyen1291
    @hangnguyen1291 Год назад

    pls help if i want to insert different files name on the 1st page of multiple PDF files at once.

  • @hangnguyen1291
    @hangnguyen1291 Год назад

    Thank you so much for this! it hepls me so so much .

    • @Everythintechy
      @Everythintechy 8 месяцев назад

      Thank you for your kind feedback... Don't forget to subscribe for new updates

  • @aniruddhabarve2178
    @aniruddhabarve2178 Год назад

    amazing, very useful.....only one problem i have faced is in the video you said to type "dir/d=>filename.txt" it creates file but in that, file names have no order or not came one by one, it came infront of each other..... so i tried /b insted of /d and i got proper results. (i did it blindly) can you pls explain what is reason behind that??

    • @hangnguyen1291
      @hangnguyen1291 Год назад

      wow, this was exactly my probblem. How do you solve it?

  • @alijiw5056
    @alijiw5056 Год назад

    WOW... I wanted just this but couldnt find it anywhere... A BIG THUMBS UP FROM ME

  • @arrrexx
    @arrrexx Год назад

    I used this to remove the "(2) - Copy" from all files after separating the originals to a different folder. Excel was perfect for this becasue the formula makes it much easier for different file types too. Pro Tip: I had to do this in a Network folder I could not cd into. In that case, add a column for filepath to go in the equation and it will work the same if you have write access. Example: a new column for filepath = 'V:\user\home enamedFiles\' I placed this in the E column then equation becomes: =D2&" """&E2&A2&""" """&C2&B2&""""

  • @MrPraveenmahesh
    @MrPraveenmahesh Год назад

    instead filename.txt you can type filename.xlsx. then you don't need to copy from txt to excel file.

    • @hangnguyen1291
      @hangnguyen1291 Год назад

      i try but in excel file has not anuthing.

  • @pinipok
    @pinipok Год назад

    Thank you Bro ♥♥♥

  • @myagwinn9454
    @myagwinn9454 Год назад

    Worked perfectly, thank you!!

  • @Follow25
    @Follow25 2 года назад

    YOU HELPED ME SO MUCH TY I LOVE YOU

  • @phuongle8511
    @phuongle8511 2 года назад

    Great. Thank you very much!

  • @alviansyahmaulana190
    @alviansyahmaulana190 2 года назад

    THANK YOU

  • @heavenheaven4396
    @heavenheaven4396 2 года назад

    Thank you so much! Well explained and this method will save me time especially renaming photos one by one which will waste my time. Much obliged!

  • @MishkaHuishka
    @MishkaHuishka 2 года назад

    Thank you so much you really helped me. But.. in a different way :D I was using other easier tutorial from a to z but it didn't work. So I changed only last step from that other tutorial and I have added quotes (") to the files name. And it worked like magic. Thank you so much ❤️

    • @MishkaHuishka
      @MishkaHuishka 2 года назад

      I also used ren command from your tutorial instead of a rename command from other guys tutorial :) I'm so happy thanks :)

  • @ersintaze854
    @ersintaze854 2 года назад

    Thanks a lot

  • @EverMoreDesign
    @EverMoreDesign 2 года назад

    I know you posted this 6 years ago, but it is pretty clever. Thanks.

  • @unlock-yourself
    @unlock-yourself 2 года назад

    Loved it! You saved us.

  • @paragmallick6427
    @paragmallick6427 2 года назад

    How to delete multiple files with only one particular character in it?

    • @Everythintechy
      @Everythintechy 8 месяцев назад

      Will make a separate video on the same

  • @ekoi1995
    @ekoi1995 2 года назад

    2:30 dir /d => filename.txt 6:34 ren "old name.extension" "new name.extension"

  • @keylomoon
    @keylomoon 2 года назад

    =D2&" """&A2&""" """&C2&B2&""""

    • @symkoi
      @symkoi 4 месяца назад

      i love you

  • @ahmedismailbinamrai1080
    @ahmedismailbinamrai1080 2 года назад

    So helpful, thank you

  • @trincoboys5860
    @trincoboys5860 2 года назад

    Hi thx for the tutorial same I have one request how to rename photos in bulk ? Pls guide me

  • @jolivercaangay8071
    @jolivercaangay8071 2 года назад

    why in my notedpad they are everywher, they were not in 1 line

  • @haddadikram
    @haddadikram 2 года назад

    Amazing Tutorial, This trick work for me, thanks a lot ❤️🙏🏻

  • @syasha121
    @syasha121 2 года назад

    thanks BUD

  • @MRWTrades
    @MRWTrades 2 года назад

    I love how the music makes it seem like it's the task of all tasks, and then the song repeats, for good measure.

    • @Everythintechy
      @Everythintechy 2 года назад

      Thank you so much for your kind reply...

  • @vigyana_agyatavasi1693
    @vigyana_agyatavasi1693 2 года назад

    Thank you so much for this bro

  • @vinoddevraj9948
    @vinoddevraj9948 2 года назад

    It’s amazing I tried it and it worked for me 🎉