Summary: I have been looking through the forums and have found some scripts, but they are not working for me. Symantec has a folder on their FTP site that has ...
Summary: I’m just getting started with VB Script and I need to figure out how to compare two text files for duplicate numbers and then echo those duplicates....
Summary: Well I've got config files for some network management tool only after a server restart the port nr of the server changes so my monitoring tool get's ...
Summary: Well, you could at least try them before dismissing them. For /D %%a in The command script file only looks at directories, and the VBScript can be mod...
Summary: I copied a few folders from the server so I could test this on my own computer. At first the find command wasn't pulling out all the needed files for ...
Summary: I'm totally a beginner at scripting, but I've written a set of batch scripts to automate FTP log retrieval from network management programs for the co...
Summary: Here's a routine a wrote for someone that might help you accomplish your task (basically it find all files within a directory, and its subdirectories,...
Summary: I hope somebody can help a bit more.. I have changed the @Mechanix2Go script to process a list of files: -------------------- @echo off > not_successf...
Summary: how do i do this in a script file? i have files in a folder with the file names similar to below: fluffy.b1 fluffy.b14 fluffy.b25 i want to write a sc...
Summary: Hi Guru (male/female): Need help with script files (vbs/bat) to be run on XP. Want to compare the first 'X' characters of the file name with the rest ...
Summary: I want to use a batch program to call a shell script file. I would like to know how the batch file would connect to the unix server and execute the fi...
Summary: Hi Could someone please compile a .bat file for deleting cookies, temporary internet files & history so i can put an icon in IE toolbar. This would be...
Summary: Hi guys .. worked on it yesterday and today and it works. I used three files. One Batch file, two script files for the telnet client Thanks for all t...
Summary: Hi, May I know how can I write a batch file to copy multiple files(few thousand) from different raid drive and respective directory? I had the databas...
Summary: Sorry. That creates a zero length file for testing. Change this: @echo off > myfile to this: @echo off ===================================== If at...
Summary: Wow, I leave for a few days, and no one posts this? The lot of you are slipping. Slipping, I say! Well, if all you're going for is a warning message, ...
Summary: Hi I need TV.LIb file for my C Compiler, I will highly appreciate if anybody send me that file by email or let me know the where I can get that. Thank...
Summary: ah, I assumed all the above, however, I cannot find a gawk.exe in the install directory. Which file do I download from here: http://sourceforge.net/pr...
Summary: I do a bit of encoding and am trying to automate some parts. I have to create an avs script file for the encoding process and would like to be able to...
Summary: hi m creating a shell script file for change the old password. m not a root but i have a privileges. i want to change the old password to new one with...
Summary: I need to search a directory of 75000 text files for any files containing a particular string. How can I search the files for the string and output a ...
Summary: Hi, I have 5 pdf files, and one readme.txt file that I need to convert to one .exe file for user download and installation. (On windows based systeme...
Summary: I'm currently trying to automate my updates for virus scanners, specifically Norton Antivirus. My objective is to download, via ftp (using wget.exe) ...