Age Verification
This website contains age-restricted material including nudity and explicit content. By entering, you confirm being at least 18 years old or the age of majority in the jurisdiction you are accessing the website from.
I am 18+ or older - Enter
I am under 18 - Exit
Our parental controls page explains how you can easily block access to this site.

Deleting demos...

  论坛 / 关于iStripper的一切

POPEYED
已加入 在 Jul 2013

1342 发布
November 3, 2017
Hi just wondering what is the easiest way to delete unwanted demons from my hard drive to clear up space... 😶

Thanks! 💋

~Poppy 💖
lukaszr
已加入 在 Dec 2007

722 发布
November 3, 2017
You are using MS Windows, so the easiest and fastest way is to use batch file. Just open Notepad, paste this:


@echo off
echo Do you really want to delete all demo files from this folder and all subfolders?
pause

del *.demo /S/F/Q
echo All demo files have been deleted.
pause

and save your new file with bat extension:
File > Save as > in File type field select All files (*.*) and give new name for your file, for example delete_all_demos.bat
Place your new file in models folder and execute by double-clicking on it.
Demo files should be deleted permanently, without using trash can.
Wyldanimal
主持人
已加入 在 Mar 2008

4000 发布
November 3, 2017 (edited)
In the GUI My Collection - 4 easy Steps...
1) Set Filters to show all of your Cards.
2) CTRl + A to select them all
3) RIGHT click on the trash can to see the options.
4) Select delete previews.

I think this is better,
as it will not delete the _ITxx_ demos,
used by the ***** and drop feature of the interactive cards.
lukaszr
已加入 在 Dec 2007

722 发布
November 3, 2017
Wait! I misread Poppy's message.
@Poppeyed:
what is the easiest way to delete unwanted demons from my hard drive
Probably the easiest way is to hire a priest and make an exorcism 😆
Wyldanimal
主持人
已加入 在 Mar 2008

4000 发布
November 3, 2017 (edited)
I fixed your Instructions ! 😜

You are using MS Windows, so the easiest and fastest way is to use batch file. Just open Notepad, paste this:


@echo off
echo Do you really want to delete all demons files from this folder and all subfolders?
pause

del *.demons /S/F/Q
echo All demons files have been deleted.
pause

and save your new file with bat extension:
File > Save as > in File type field select All files (*.*) and give new name for your file, for example delete_all_demons.bat
Place your new file in models folder and execute by double-clicking on it.
Demons files should be deleted permanently, without using trash can.
POPEYED
已加入 在 Jul 2013

1342 发布
November 3, 2017 (edited)
Oh yeah hey thanks guys! I will try those things...but I definitely will not hire any priest for anything...those guys are sick perverts who prey on little children...plus they're all hypocrites anways...

but yeah goodnight!

Thanks again! 💋
spiderman1804
已加入 在 Feb 2008

439 发布
November 3, 2017
Important NOTE

Not only the folders with the demos but also the bought shows are processed.

The batch files that have been displayed so far delete all files with the file extension "demo" as well as the transition clips (Exxxx_ITxx_xxxxxx.DEMO).
POPEYED
已加入 在 Jul 2013

1342 发布
November 3, 2017
OMG I just noticed my stupid typo (demons LMAO!!! 😈😈😈)....I was wondering what the hell you guys were talking about...???

I just want to delete demos that are found in the "models" folder...they are taking up way too much space...

Which brings me to the question of why isn't there a feature in the program to delete them when you are finished...would be much easier than having to dig through your directory or make/paste some code...wasn't there a way to do that in previous versions???

Sorry again about the *****...I really can't process all this right now...I'm on the verge of passing out...so tired...

anyway thanks again and hope you all have a wonderful day! 😵

💋
lukaszr
已加入 在 Dec 2007

722 发布
November 3, 2017 (edited)
Here is the other version:
@echo off
echo Do you really want to delete all demons from this folder and all subfolders?
pause

for /f "tokens=*" %%F in ('dir /S/B *.demo ^| findstr /V it') do (
del %%F
)

echo All demons have been deleted.
pause

It will delete only "normal" demos and leave all transition clips alone.
Sweet dreams.
TheEmu
已加入 在 Jul 2012

3309 发布
November 3, 2017
The demos contribute relatively little to to the iStripper disk space requirements, for example

Size of all files in my main models directory = 1.79 TB
Size of all demo files in that directory = 53.74 GB

So demo files occupy about 3% of the the space needed for the clips, and this includes the transition (i.e the hanging and looking bored) clips as demos so the real demos account for an even smaller proportion of the space,
Wyldanimal
主持人
已加入 在 Mar 2008

4000 发布
November 4, 2017
Which brings me to the question of why isn't there a feature in the program to delete them when you are finished...would be much easier than having to dig through your directory or make/paste some code...wasn't there a way to do that in previous versions???

YES
Didn't you See my Post here ! It's like the Third Post, the 2nd Reply to your Question...


You Do It Right in the GUI. Simple 4 easy steps....
https://www.istripper.com/forum/thread/37894/1?post=556894
关于iStripper的一切 / Deleting demos...
In the GUI My Collection - 4 easy Steps... 1) Set Filters to show all of your Cards. 2) CTRl + A to select them all 3) RIGHT click on the trash can to see the options. 4) Select delete previews. I thi...
Wyldanimal
主持人
已加入 在 Mar 2008

4000 发布
November 4, 2017
The demos contribute relatively little to to the iStripper disk space requirements, for example

Size of all files in my main models directory = 1.79 TB
Size of all demo files in that directory = 53.74 GB

So demo files occupy about 3% of the the space needed for the clips, and this includes the transition (i.e the hanging and looking bored) clips as demos so the real demos account for an even smaller proportion of the space,

I agree with @theEmu 100%
The demo's take up so Little space in the Collection, why Delete them???

Firescale
已加入 在 Feb 2011

127 发布
November 4, 2017
Because the hard drive is to small, or to filled with other stuff harder to delete.
Firescale
已加入 在 Feb 2011

127 发布
November 4, 2017
Thank you, Wyldanimal, for showing me how to delete them in the GUI.
POPEYED
已加入 在 Jul 2013

1342 发布
November 4, 2017
Because the hard drive is to small, or to filled with other stuff harder to delete.

Exactly! Thank you @Firescale! 😘

I mean honestly I just don't want them there...
TheEmu
已加入 在 Jul 2012

3309 发布
November 4, 2017
i realise that in rare cases deleting the demos will help someone who desperately needs disk space, but people should also be aware that the amount of space that they recover this way is rather small, that it is likely to only give temporary respite and that looking for a more radical solution will probably be needed in the near future.
POPEYED
已加入 在 Jul 2013

1342 发布
November 4, 2017
yup...
Tavin
已加入 在 Dec 2018

19 发布
March 30, 2019
Is there an updated version of this batch file?
@echo off
echo Do you really want to delete all demos from this folder and all subfolders?
pause

for /f "tokens=*" %%F in ('dir /S/B *.demo ^| findstr /V it') do (
del %%F
)

echo All demos have been deleted.
pause

I ask, because it doesn't seem to get them all. If I go to the main folder and do a search for .demo it still has some files that are not itxxxx files. I don't know if there has been a change in folder format or while these files still exist.
An example of a file that was still there
f0294_41201.demo
Wyldanimal
主持人
已加入 在 Mar 2008

4000 发布
March 30, 2019 (edited)
@Tavin

use the GUI Tavin ( in the voice of "Obi Wan Kenobi" from starwars )
https://www.istripper.com/forum/thread/37894//1?post=556894
关于iStripper的一切 / Deleting demos...
Hi just wondering what is the easiest way to delete unwanted demons from my hard drive to clear up space... 😶 Thanks! 💋 ~Poppy 💖
Ok, I 'll make a disclaimer.
this will not remove .demo files from the preview cards, Only from Purchased cards...
Chicsans
已加入 在 Jul 2009

770 发布
March 30, 2019 (edited)
@Wyldanimal , 👍

'The GUI is strong in this one, ,( in the voice of Darth Vader from Star Wars

and, "You must learn the ways of the GUI too..." (same Obi Wan Kenobi voice.)
lukaszr
已加入 在 Dec 2007

722 发布
March 31, 2019
@Tavin

If you want to remove all demo files (all files with the ".demo" extension) you should try the code from the second post in this thread.

When I say "all demo files" I mean ALL demo files of your purchased and not purchased cards.

Few months ago I posted my batch tool. It can help you to get rid of the unwanted and unnecessary files. You can try it. You can find it here:

Download: https://www.isworkshop.eu/index.php?p=remover
Manual: https://www.isworkshop.eu/index.php?p=remover_how

Forum page:
http://www.istripper.com/forum/thread/41107/1
关于iStripper的一切 / Remover
Recently, I have been working on a new tool. What I wanted to show here is probably not for collectors. Remover, because that's how this new tool is called, is a batch script that helps you manage the...

您不允许参加!

作为iStripper 的免费用户,您不能在论坛中回答话题或创建新话题。
但您仍然可以访问基本类别并与我们的社区取得联系!