Re: wierd batch file behavior
- From: Sasi <Sasi@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 14 Jun 2007 13:01:00 -0700
and how do you cross-post?
"Al Dunbar" wrote:
.
"Sasi" <Sasi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:11782F26-2559-4DE4-AB4F-74EF6DBC32E8@xxxxxxxxxxxxxxxx
what is cross-posting? I have no idea of what it is or how to do it.
Multi-posting (what you did) is posting separate but identical posts to
different newsgroups. Cross-posting is posting once, but including multiple
newsgroups.
Multi-posting is generally a good way to waste time, both yours (you have to
go to multiple newsgroups to read and respond to replies) and others'. If
you cross-post, all replies from any newsgroup become part of one thread,
which is the only place that anyone need go to participate.
/Al
"Al Dunbar" wrote:
"Sasi" <Sasi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:FDE1FF9B-39DE-4951-8E7C-E2D470D61EB8@xxxxxxxxxxxxxxxx
thank you Dunbar
I ran the batch file in a cmd window and watched it carefully.
it actually ommited both % and ^ symbles during execution;so the
password
will be the whole 13 sequence,without % and ^ symbols.
and by the way,sorry for multiposting! . some forums are not as active
as
expected,so I multipost just to make sure that somebody would answer
any
of
them.
You're welcome.
Try crossposting instead of multiposting.
/Al
"Al Dunbar" wrote:
See my response in microsoft.public.windows.server.scripting (or was
that
microsoft.public.win2000.cmdprompt.admin), where the question is less
OT
than here.
/Al
"Sasi" <Sasi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:1766737D-789F-47E7-8F78-56D010E1A057@xxxxxxxxxxxxxxxx
this is the batch file I've written:
net user /add Admin ~!@#$%^&*()_+
net user Admin ~!@#$%^&*()_+
net localgroup Administrators /add Admin
net user /add Admin ~!@#$%^&*()_+ /domain
net user Admin ~!@#$%^&*()_+ /domain
net localgroup Administrators /add Admin /domain
it is supposed to create an account named "Admin" in case of laking
such
account,set and/or change its password to the 13 consequent keys of
the
upper
row of a standard keyboard (tilda,exlamation,at sign,sharp,and etc
till
backspace),and finally make that account an administrator.
the problem is that the account is created and it IS joined to the
administrators group,both locally and on domain;but the password is
not
set
as expected.I tried everything I would think of,but none was the
password
it
has set.
I want to know ,considering exactly the script text above,what the
Admin
password would be.
I've scheduled this batch file to be run every week on a remote
computer
and
I have no access to it to change the designated password,so I need
to
recover
this password.
- Follow-Ups:
- Re: wierd batch file behavior
- From: Todd Vargo
- Re: wierd batch file behavior
- References:
- Re: wierd batch file behavior
- From: Al Dunbar
- Re: wierd batch file behavior
- From: Sasi
- Re: wierd batch file behavior
- From: Al Dunbar
- Re: wierd batch file behavior
- Prev by Date: Re: Windows Scripting Host Error Message when running any script.
- Next by Date: Re: wierd batch file behavior
- Previous by thread: Re: wierd batch file behavior
- Next by thread: Re: wierd batch file behavior
- Index(es):
Relevant Pages
|