![]() |
IOBit Software
|
|
|
||||||
| Programming Place to discuss programming including HTML, Java, C++, MySQL and others. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
I need a a batch file to delete or clear junk out of Microsoft Silverlite
C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew\453djt1l.tpy\1\g\ffu532zwpa43ne3jpietmvbxcfzerriqjjpzjposx43ixgn4e2aaaeaa\id.dat C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew\453djt1l.tpy\1\g\ffu532zwpa43ne3jpietmvbxcfzerriqjjpzjposx43ixgn4e2aaaeaa\quota.dat C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew\453djt1l.tpy\1\g\ffu532zwpa43ne3jpietmvbxcfzerriqjjpzjposx43ixgn4e2aaaeaa\used.dat C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew\453djt1l.tpy\1\g\ffu532zwpa43ne3jpietmvbxcfzerriqjjpzjposx43ixgn4e2aaaeaa C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew\453djt1l.tpy\1\s\f1tstzndxbxu44tklf4alaxaztamgn45er5r3yiiweh12cidykaaahfa\f\_n33davp.ls C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew\453djt1l.tpy\1\s\f1tstzndxbxu44tklf4alaxaztamgn45er5r3yiiweh12cidykaaahfa\f C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew\453djt1l.tpy\1\s\f1tstzndxbxu44tklf4alaxaztamgn45er5r3yiiweh12cidykaaahfa\group.dat C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew\453djt1l.tpy\1\s\f1tstzndxbxu44tklf4alaxaztamgn45er5r3yiiweh12cidykaaahfa\id.dat C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew\453djt1l.tpy\1\s\f1tstzndxbxu44tklf4alaxaztamgn45er5r3yiiweh12cidykaaahfa C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew\453djt1l.tpy\1\g C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew\453djt1l.tpy\1\l C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew\453djt1l.tpy\1\s C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew\453djt1l.tpy\1 C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew\453djt1l.tpy C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew |
| Sponsored links |
|
|
|
#2
|
||||
|
||||
|
You just want to delete directory C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew along with all files and all subdirectories and files in them?
For Windows NT to current: rd "C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew" /s /q For MS-DOS 6 to Windows Me: deltree "C:\Users\GRAND CITY\AppData\LocalLow\Microsoft\Silverlight\is\5nii0bgc.tew"
__________________
I.think(code); I.eat(code.spaghetti); |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| copy and move files via batch file | Allochthonous | Programming | 1 | 09-16-09 18:59 |
| batch file that will delete files by date | beetleboy | Programming | 1 | 02-08-06 19:20 |
| Batch files. Using keystrokes in the file? | BrokenArrows | Programming | 0 | 02-10-05 14:05 |
| help writing a script,batch or reg file to delete files | Integer | Programming | 2 | 10-10-03 18:56 |
| help writing a script,batch or reg file to delete files | Integer | Programming | 0 | 10-10-03 17:04 |