I have a script that gets a list of servers from LDAP using VBS and puts those names in a list.
I added to the script that it goes and gets the serial numbers of all of those computers. It cr...
Hi,
I'd like to write a shell script to find particular file (e.g test_result_N.txt) and concatenate them together. I'm guessing I need some like
find -name "test_result_*.txt" -exec {ca...
I have a script that will run continuously and monitor a folder for the addition of new files. When a new file is place in the folder it will send an email message. The problem is that I have ...
Problems using shutdown.exe
We want to shutdown all computers in the network every night. I created a batch file listing all the computers we want to shutdown. Then I created a schedule tas...
Can someone give me some examples of domain logon scripts that use if-then-else logic to map certain shares if user belongs to particular groups?
Thanks!
I am working creating a powershell script that will bulk move mailboxes from one Exchange 2003 organization to an Exchange 2007 organization in a separate forest. I can use the Move-mailbox c...
On one newly reinstalled windows 2000 computer, when shutting down/restarting, I see the message "Running shutdown scripts" on the screen for about 10 minutes. The computer does eventually tu...
I have written a program in Visual C++ that needs to process a Unicode file. I know zero about Unicode.
The file is attached. (As a side note: One of my editors reads the file in as gar...
Hi,
I have, with the help of a consultant, come up with this xcacls script run as a bat file. I am also not very experienced with scripting or coding at all.
The purpose of this script...
Bypass popup blocker. If this is not possible, any good acceptable workarounds
Hello All
I looking for vbscript or batch file that can delete files older than 7 days.
anyone have any suggestion ?
Thanking you in advance.
There is a program I need to run 5 times throughout my script to create 5 output files.... it is called from 5 different directories. In each dir is an .ini file that tells it how to behave. ...
Hi,
this is my first question on this forum, so bare with me please...
I have a standard form in a php file with submit button...
The problem: I´ve got a form with standard input like ...
Hi,
Is there a way that i can run the script. And the logged in user is added automatically to the Local Administrator group.
regards
Sharath
I have pst files in user folders that I need to move to another shared area on the same server. I need a vbs/cmd/batch file to run this.
The folder structure is as follows:
\\server1\userarc...
I need a vbs, cmd or bat file to search for *.pst and then copy or move it to a server \\server\username\_Outlook Archive.
It is mainly for archive.pst but the user may have more than 1 archi...
Hi,
I wish to use AJAX to call a PHP script, the PHP script then returns generated JavaScript to the calling page.
This is all nice and simple, but my problem is trying to eval the retur...
Problem:
I am in the process of moving an electronic forms database application from one older server on an older platform to a new server on a newer platform with a different host name. Peo...
I need a Script to automate file moving, first according to its size, and thereafter according to its extension...
I am an absolute beginner about Programming in General and I am starting t...
I am trying to convert an old vb script that backups up our event logs, and am running into some trouble.
Here is the part of the old way that is confusing me a bit:
Set oFS = CreateOb...
My question is to know if the Notepad entry I attached is correct to make the entries appear in my registry?
Long story short, we need to make the attached two registry entries on all our ...
I was hoping someone might be able to help me with a thickbox. This is the site:
http://jquery.com/demo/thickbox/
I've tried to place the code on my page, in FF I get a big grey box with ...
can anyone tell me how to replace backslash in bean.write logic:iterate?
I tried this and it does not work
<str:replace replace="\\" with=""><bean:write name="wms" property="transmittal"/>...
I am able to find the coordinates X and Y in all the browsers wrt an div that is dynamically created from a javascript through an html page, it works fine in all browsers when we call it in a ...
Hi,
I'm wanting to add some html links and special characters to my imported XML file and know that using CDATA to encapsulate the text is the way to go.
Could anyone tell me the correct...