Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 1 of 1
  1. #1
    Join Date
    Aug 2004
    Posts
    11

    Please help with this project - Basic for someone im sure!

    HI guys, Im soooooo stuck. I wish I could write loops properly!

    In a HKusers\{SID}\Software\Microsoft\Terminal Server Client\Usernamehint\
    A load of work keys

    pc1 local\user1
    pc2 local\user2
    pc3 local\user3
    pc4 local\user4
    pc5 local\user5


    I need to loop through all of these and change the domain local to a new domain name.

    In the project I will just put in the machine name, it will then parse the registry to teh correct key, adn then change all teh affected keys, but I just cant get it to loop!

    Help!

    Thanks

  2. #2
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    If I understand correctly, You want to use a for loop?

    Code:
    Limit = 100;
    
    for I = 1, Limit do
        Registry.ActionGoesHere("Something"..I);
    end

Similar Threads

  1. INFO: Visual Basic 6.0 (SP5) Runtime Notes
    By Desmond in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 11-28-2003, 10:30 AM
  2. INFO: Visual Basic 5.0 (SP3) Runtime Notes
    By Desmond in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 11-28-2003, 10:29 AM
  3. INFO: Visual Basic 5.0 (SP3) Runtime Support Module
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-30-2002, 02:31 PM
  4. HOWTO: Open a Version 3.0 Project in Version 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-30-2002, 02:09 PM
  5. HOWTO: Create a Project Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-28-2002, 01:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts