|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Scripting for Windows Servermicrosoft.public.windows.server.scripting
JenniC -
10 Jan 2009 5:47 PM - 2 messages
The following one command in biterscripting will list all files within a
folder and all subfolders. Let's assume the name of the folder is
C:/folder. find -r -n "*" "C:/folder" ($ftype=="f") The above command will do it. -r means recursive (look in subfolders),
-n (show name), "C:/folder" is the top folder where search will begin,
($ftype=="f") means show flat files (don't show subfolders). You can add
other conditions. ...
Bond -
7 Jan 2009 7:18 PM - 19 messages
Please forgive me if this question is not appropriate to post here, I've exhausted all my research and troubleshooting on this silly process so I hope you don't mind me posting this question here. I need to copy some ...
smoki -
6 Jan 2009 2:01 PM - 4 messages
Hi there Looking for a VB script to change local Administrator password to be something specific to include part of mac address and model name etc. I have found scripts to change it to something random or even a single ...
John -
6 Jan 2009 1:03 PM - 10 messages
Hello everyone, I've a a script that every hour move files inside several directories to a diferent server that is outside of our newtwork, this is done with a schedule batch file that runs every 30 minutes. The problem is that sometimes this ...
|
|||||||||||||||||||||||