Demon Δημοσιεύτηκε May 4, 2004 Κοινοποίηση Δημοσιεύτηκε May 4, 2004 Έκανα copy τον παρακάτω κώδικα script από το Microsoft Tecknet. Μπορεί να μου πει κάποιος πως θα το εκτελέσω; Set objRootDSE = GetObject("LDAP://rootDSE") Set objContainer = GetObject("LDAP://cn=Users," & _ objRootDSE.Get("defaultNamingContext")) For i = 1 To 1000 Set objLeaf = objContainer.Create("User", "cn=User" & i) objLeaf.Put "sAMAccountName", "User" & i objLeaf.SetInfo Next WScript.Echo "1000 Users created." Παράθεση Link to comment Share on other sites Περισσότερες Επιλογές Κοινής Χρήσης
Agent M Δημ. May 4, 2004 Κοινοποίηση Δημ. May 4, 2004 Hello again! :D Ο κώδικας που βρήκες γι αυτό το script είναι για το DOS prompt ή μήπως είναι κάποιο μέρος κώδικα για κάποια γλώσσα προγραμματισμού; :rolleyes: Εγώ νομίζω πως είναι μάλλον το 2ο... :rolleyes: Κατάλαβα για ποιό λόγο το θες αλλα δεν θέλω να είμαι αυτός που θα σε απογοητεύσει! Παράθεση Always have the feeling that something's missing or left behind...[/b] Link to comment Share on other sites Περισσότερες Επιλογές Κοινής Χρήσης
valotas Δημ. May 4, 2004 Κοινοποίηση Δημ. May 4, 2004 Egw pantos myrizome Jscript! Alla an den dwseis alles info den nomizw na mporesei kapoios na se voi8hsei! Παράθεση valotaswashere http://www.spreadfirefox.com/community/images/affiliates/Buttons/88x31/take.gif Link to comment Share on other sites Περισσότερες Επιλογές Κοινής Χρήσης
adonel Δημ. May 4, 2004 Κοινοποίηση Δημ. May 4, 2004 Loipon, o kodikas pou egrapses einai VBScript. Gia na ton ekteleseis kane ta eksis: 1)Anoikse ena notepad kai grapse ton kodika 2)sose to arxeio me kataliksi ".vbs" p.x script.vbs 3)Double-click to arxeio!! That's all! Παράθεση Link to comment Share on other sites Περισσότερες Επιλογές Κοινής Χρήσης
Demon Δημ. May 4, 2004 Author Κοινοποίηση Δημ. May 4, 2004 Αρχικό Μήνυμα από το μέλος adonel ( 4 Μάι. 2004 , 14:32) Loipon, o kodikas pou egrapses einai VBScript. Gia na ton ekteleseis kane ta eksis: 1)Anoikse ena notepad kai grapse ton kodika 2)sose to arxeio me kataliksi ".vbs" p.x script.vbs 3)Double-click to arxeio!! That's all! Thanks για την λύση! :) :) :) Παράθεση Link to comment Share on other sites Περισσότερες Επιλογές Κοινής Χρήσης
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.