Summary: I need help with a batch file, i need it to delete all folders, subfolders and files from C:\Documents and Settings except for five folders named: Adm...
Summary: Hi Guys, I am suppose to modify a batch files script but I am having a lot of problems in getting it to work can someone please advise on how to modif...
Summary: Hi All, I have a little problem... I have the following two csv files: File1.csv -------------- A,B,C,,D E,F,G,,H I,J,K,,L File2.csv -------------- 1 ...
Summary: Hi, I am trying to automate a series of FTP commands so that i can hand a job over to someone not technically minded! These are the FTP commands I am...
Summary: Hello, I've tried to find what i was looking for on the forums and the internet and have not been able to find an answer yet. Here is the situation: I...
Summary: Hi all, I have a problem creating a batch file that allows me to test that a link is up. This is what i have so far, i'm a beginner to this, so this m...
Summary: I am still very new to VBScript, and I need some help creating a log file that will show the output of an FTP. The reason that I need the log file is...
Summary: I want to build a script or a batch file that I can set to run on a daily basis that will telnet to a device and then send commands to it. Basically i...
Summary: I am trying to do the following: 1. Create a batch file that will ping hosts on the network. 2. If the host is up enumerate the NETBIOS name table usi...
Summary: I want a batch file to open internet explorer and pass it a specific html file to open with. e.g. "c:\program files\internet\iexplore.exe" c:\temp\123...
Summary: I am unable to pipe\rediret text within a single batch file with the intention that all text lines are available to ECHO and located at the end of the...
Summary: While we're at it... The batch files on a 98 startup disk are not recommended as a good example of scripting from which to learn. To me they look more...
Summary: Hi, Does anyone know of a way to make print screens through batch files ? I would like to take a print screen and save it to a picture format through...
Summary: Hi JRell, You did wonderful Job. Thanks a lot for your work. It minimized my effort. I request you help for a small enhancement in the above code. If,...
Summary: Hi all, Please help me to create a batch file containt below detail; Find a file named jaf.ini on C: and D: Replace 0 to 2098891 on the line ASKSN=0 O...
Summary: Hi, I need some help with the batch file commands; I have an 'invoice' directory which will have files with below names. IMPORT_INVOICE_FILEfsbc.200...
Summary: I'm need help creating a batch file that will do a few things. First look at some folders in a directory and determine which is the newest modified/cr...
Summary: Does anyone know if there is anyway after using a batch file to ftp into a server and then using the mput command to have it timeout if it gets stuck ...
Summary: I am about to pull my hair out here. I need help writing a batch file that will send us an alert when our hard drive space reaches a certain threshold...
Summary: So I am working on some SNMP scripting with a batch file and I need to be able to put the response from an SNMP query into a variable in my batch file...
Summary: Sir Daily various files are created in various directories on D drive of my windows 2003 server. In E drive, daily a sub-directory gets created with S...
Summary: Hello all, I'm having an issue with a batch file I'm trying to run. What I would like to do, is search for a specific file type and output the result...
Summary: I need a batch file script to replace the spaces with tab in a text file. (text file has few hundred lines) however i use the below script @echo off &...
Summary: Hi, I'm trying to associate a type of file to an app from a batch file using reg add command: reg add hklm\software\xxx /ve /t reg_sz /d ""%cd%\prog.e...