Jump to content

Recommended Posts

Posted

Hi all, I have been trying to figure out how I can set wpi to delete its folder after its done.

example.

i copy wpi folder to computer

start wpi

wpi finishes

now i would like to add a cmd so it can delete itself after being completed. leaving no files or folders.

any ideas? thanks


Posted

Why are you copying the WPI folder?

This hasn't been done in @4 years. It is MUCH quicker and easier to leave the wpi folder on your source.

What you want to do SPECIFICALLY can't be done in WPI. You would have to add yet another script to your setup OUTSIDE of WPI

Posted

Thanks, thats what I thought...

I work for a non-profit and rebuild many systems and for the longest time we had admin rights to a computer we use

but they changed all computers and now we don't have admin rights. cant create share, etc.

I was running it from network but now only option is to copy it to the systems, or run from cd but don't want to do that for reason of maybe forgetting cd.

Only have one thumb drive and it was way too slow from flash drive.

No big deal just trying to make things more efficient.

thanks or all your hard work

crazydrve

Posted

I found a way if anyone else needs it...

I add a execute after script of a .reg file with importing this to the registry

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]

"New Value #1"="cmd.exe /c rmdir c:\\wpi /s /q"

then set the computer to restart in wpi when finished

then after restart folder is gone and clean... bingo...

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...