Тёмный
Everything Technical
Everything Technical
Everything Technical
Подписаться
Комментарии
@evagelia1979
@evagelia1979 4 дня назад
You are amazing!
@younger544
@younger544 28 дней назад
6 years later you are still saving lives. Thanks!
@vilepawndespair
@vilepawndespair 5 месяцев назад
My dude has the background music of an epic quest 10/10
@Mubashar783
@Mubashar783 4 месяца назад
Football world cups
@wapfvphm
@wapfvphm 5 месяцев назад
thank
@gospellighthouse1557
@gospellighthouse1557 9 месяцев назад
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 10 месяцев назад
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 8 месяцев назад
Thank you
@ErtuğrulArda
@ErtuğrulArda 11 месяцев назад
Thanks for Helping!
@rafaelram9789
@rafaelram9789 Год назад
VERY HELPFUL! THANKS
@Everythintechy
@Everythintechy Год назад
Thank you so much 😊
@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
@abdurrouf4802
@abdurrouf4802 11 месяцев назад
2350
@arulmanisubramani7444
@arulmanisubramani7444 8 месяцев назад
22k, in Myntra sometime 17k during offer
@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 3 месяца назад
Mere pas h leni h to btao @vishalfitness66​@@peeyushjoshi6389
@wad247TV
@wad247TV Год назад
Or Press F2 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-k9r0DbqBuGc.html
@theactualjosi
@theactualjosi 10 месяцев назад
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 5 месяцев назад
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 🙌
@Everythintechy
@Everythintechy 5 месяцев назад
Thank you
@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 5 месяцев назад
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 Год назад
YOU HELPED ME SO MUCH TY I LOVE YOU
@phuongle8511
@phuongle8511 Год назад
Great. Thank you very much!
@alviansyahmaulana190
@alviansyahmaulana190 Год назад
THANK YOU
@heavenheaven4396
@heavenheaven4396 Год назад
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!
@Everythintechy
@Everythintechy 5 месяцев назад
Thank you
@MishkaHuishka
@MishkaHuishka Год назад
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 Год назад
I also used ren command from your tutorial instead of a rename command from other guys tutorial :) I'm so happy thanks :)
@ersintaze854
@ersintaze854 Год назад
Thanks a lot
@EverMoreDesign
@EverMoreDesign Год назад
I know you posted this 6 years ago, but it is pretty clever. Thanks.
@unlock-yourself
@unlock-yourself Год назад
Loved it! You saved us.
@Everythintechy
@Everythintechy 5 месяцев назад
Thanks
@paragmallick6427
@paragmallick6427 Год назад
How to delete multiple files with only one particular character in it?
@Everythintechy
@Everythintechy 5 месяцев назад
Will make a separate video on the same
@ekoi1995
@ekoi1995 Год назад
2:30 dir /d => filename.txt 6:34 ren "old name.extension" "new name.extension"
@keylomoon
@keylomoon 2 года назад
=D2&" """&A2&""" """&C2&B2&""""
@symkoi
@symkoi Месяц назад
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
@jolivercaangay8071
@jolivercaangay8071 2 года назад
i figure it out thouuu thanks so muchhhhhh!
@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
@Everythintechy
@Everythintechy 2 года назад
Thanks buddy, cheers!
@vinoddevraj9948
@vinoddevraj9948 2 года назад
It’s amazing I tried it and it worked for me 🎉
@Everythintechy
@Everythintechy 2 года назад
Thanks for your feedback