
Where it could open the right click and show me the properties window is this possible?
Moderator: DosItHelp
Haha..... How to do that with a batch file to choose a folder then know their sizes by just clicking the .bat file and the properties window would show up and I can now Identify if it both folder are of same sizeSponge Belly wrote: ↑25 Feb 2023 08:47Hi Xiro!
Please read this Microsoft Community thread.
HTH!
- SB
xiro wrote: ↑06 Mar 2023 20:14Haha..... How to do that with a batch file to choose a folder then know their sizes by just clicking the .bat file and the properties window would show up and I can now Identify if it both folder are of same sizeSponge Belly wrote: ↑25 Feb 2023 08:47Hi Xiro!
Please read this Microsoft Community thread.
HTH!
- SB![]()
That is for automation where I don't need to bother with any right click and I will attach that fragment code to the script that I have created in automating the backup of the company databaseShadowThief wrote: ↑06 Mar 2023 23:22I don't understand why you need this. Just right-click the first folder and select Properties, and then right-click the second folder and select Properties. There's no need to bring a script into this at all based on what you've described so far.
I will try this thank you for your assistance palShadowThief wrote: ↑07 Mar 2023 22:30If all you need is the size of some folder, that's been posted on here before: viewtopic.php?t=9615
I will try this thank you for your assistance palShadowThief wrote: ↑07 Mar 2023 22:30If all you need is the size of some folder, that's been posted on here before: viewtopic.php?t=9615
Thanks cool.gulshan212 wrote: ↑14 Mar 2023 22:45Hello this is Gulshan Negi
Well, to view folder size properties with a right click using a batch file, you can create a batch script that uses the Windows PowerShell command-line interface. To find resources and information related to this topic, you can search for phrases like "batch script to get folder size" or "Windows PowerShell folder size". You can also check online forums and communities like Stack Overflow and Microsoft Tech Community for helpful tips and guidance.
I hope you are clear now.
Thanks