Jump to content

Loop's?! or prehaps variable string question...


Recommended Posts

Im trying to make a script that will basically delete the users profile. There are accounts on the server as User01 User02 > User20

$message = "Deleting all User Profiles"

SplashTextOn("DELETE SCRIPT", $message, -1, -1, -1, -1, 4, "")

For $x = 1 to 20
    DirRemove ( "C:\Documents and Settings\User"& $x &"",1)
    $message = $message & $x & @LF  
    ControlSetText("DELETE SCRIPT", "", "Static1", $message)

    sleep(100)

Next

This will work for deleting all the users 10 to 20. I thought about adding something like

IF $x < 10 THEN

$x = 0$x //Basically making the $x = 01 instead of 1 to delete the User01.

Im a n00b and have searched the help file high and low about attatching 1 string to another and cant figure it out :wacko: Sorry if this is stupid, :D

any advice is much appreciated! Cheers

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
 Share

  • Recently Browsing   0 members

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