Jump to content

Fileio - Rmdir


Jackrip5

Recommended Posts

Hi @ll,

Is it possible to remove more directorys at a time. For the moment i have to create a record for every single directory i want to erase.

So i have something like this a 10 to 20 times in my xml file :

<fileio-rmdir display="Ordner löschen" desc="Startmenüordner Löschen : Antispy" configs="NORMAL,NOSRV">

<from>#USERPROFILE#\Startmenü\Programme\Xp_Antispy</from>

</fileio-rmdir>

Is there a more convenient way to manage this ??

Thx for reply :hello:

Link to comment
Share on other sites


You could create a batch file that deletes all the dirs you want e.g

rd /s /q "%allusersprofile%\Application Data\Spybot - Search & Destroy"

then run that from xplode with

<execute display='Running Batch file'> <program>#SYSTEMROOT#\delete.cmd</program> <hide>true</hide> </execute>

replacing the file names and locations with your own

Link to comment
Share on other sites

Thx for your hint. That's exactly the way i manage it with the runonceex method. But i wanted to get away from all those batch files and thats why i passed to another unattended install type like xplode. Nevertheless thank you !

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...