GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   How do you delete all jpeg files for a folder and all subfolders on windows (https://gfy.com/showthread.php?t=419885)

JulianSosa 01-21-2005 12:12 AM

How do you delete all jpeg files for a folder and all subfolders on windows
 
I know you can do a rm *.jpeg in unix is there anyway to do the same kinda thing using windows command line?

I tried to search for them in explorer but there are way to many and its killing my system .


Thanks

Dynamix 01-21-2005 12:14 AM

Quote:

Originally Posted by JulianSosa
I know you can do a rm *.jpeg in unix is there anyway to do the same kinda thing using windows command line?

I tried to search for them in explorer but there are way to many and its killing my system .


Thanks


Not sure about in every subfolder..

del *.jp*

Will delete all JPEG's in the folder you're in

Dynamix 01-21-2005 12:15 AM

Quote:

Originally Posted by JulianSosa
I know you can do a rm *.jpeg in unix is there anyway to do the same kinda thing using windows command line?

I tried to search for them in explorer but there are way to many and its killing my system .


Thanks


del *.jp* /S

Will delete all JPEG's in the folder + subfolders

Dynamix 01-21-2005 12:18 AM

Hadda think about it for a sec lol ;)

JulianSosa 01-21-2005 12:22 AM

Quote:

Originally Posted by Dynamix
del *.jp* /S

Will delete all JPEG's in the folder + subfolders


Thanks man you rock


All times are GMT -7. The time now is 01:02 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123