| Thread | Last Post | Replies |
|
| ftp script | 30 Jan 2009 13:11 GMT | 1 |
I am trying to write a script to pull files from an ftp server. these files are located in 2 directories. One directory will always be named "index" (contains a csv file). The other directory will always change (contains pdf files). It will always be in a date format of ...
|
| send mail if ping faile | 30 Jan 2009 10:30 GMT | 4 |
hello to all! i need script do it : ping to server if pink ok - ping again (loop)
|
| Get attributes of user list from AD | 29 Jan 2009 07:11 GMT | 6 |
I have managed to generate a text file of the SAMIDs of users whose attributes I need to get, one line per user. I need to query Active Directory for the corresponding attributes (telephone, email, department...) and generate a report for further
|
| retrive memory information | 28 Jan 2009 13:30 GMT | 2 |
I need to retrieve information about physical memory from all computers in our organization (DIMM Banks, Total, Free, Type of memory, SIMM, DIMM, SDRAM, speed, fsb, capacity, etc), so i could plan a upgrade memory. So, i'm looking for a script thar retrive this information for a ...
|
| Batch Script to parse lines in text file | 27 Jan 2009 23:08 GMT | 8 |
I'm trying to write a batch script that performs actions on each value within a text file. The text file (myfile.txt) contains a string similar to: aa\bb\cc\dd\ee
|
| Monitor redundent processes running on the Windows Server | 26 Jan 2009 05:40 GMT | 7 |
I am looking for some Vbs scrip that can monitor for redundent processes and send me an email alert when that happens. Your help would be much appreciated. Cheers,
|
| Command line parameters? | 25 Jan 2009 18:37 GMT | 8 |
I have a boot floppy for booting my computer to connect to the network so I can run Ghost and image my machine. I wrote a little batch file called logoff.bat for loging off the network when I'm finished. Logoff.bat contains:
|
| Continued xcopy script | 23 Jan 2009 15:25 GMT | 11 |
Hi again! ...Continuing from my previous post. Since it spawned such a good conversation :) I can't figure out how I can add a loop counter to my checking for an empty folder (which BTW I already had in my original code)
|
| File monitoring | 23 Jan 2009 04:09 GMT | 9 |
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 process crashes and the files are not transferred, ...
|
| Application hang on exit? | 22 Jan 2009 17:22 GMT | 2 |
I have written a Visual FoxPro application to track my computer inventory. I adopted WMI scripting calls to remotely get information about the CPU, memory, NIC and hard drives from the computer in question. Works pretty slick. However, I've found one quirk that I'd like to ...
|
| run once script | 22 Jan 2009 00:14 GMT | 8 |
I have been searching around the internet and I can't find a consensus on this topic. I have a batch file (.bat) that does a silent install of a software program we use. I am able to run this batch file computer by computer but, it will take forever. Since I have done a few ...
|
| script ftp | 14 Jan 2009 13:31 GMT | 1 |
How do bacth a script for an upload to an ftp, but if it fails communication, retry the upload file in communication?
|
| CSVD export of SMTP addresses | 12 Jan 2009 23:21 GMT | 6 |
I am attempting to export a list of all usernames and smtp email addresses fromt LDAP. I have the following command which works, except for the fact that it keeps exporting the Distinguished name, even though I don't ask it to do so. Is there a way where I can limit it to just ...
|
| how do use tow file int login script in AD | 11 Jan 2009 18:10 GMT | 2 |
I want use one vbs file and one bat file together in login script please help m -- masum
|
| This script doesn't work i don't know why | 11 Jan 2009 02:01 GMT | 10 |
I wrote this machine script to apply a patch to the computers of a OU in a Windows 2003 Server Domain. if exist C:\patchs\kbxxxxxx.dat goto end if exist C:\patchs\. goto label1
|