Summary: I would like to make a batch script to find my external ip address then upload it via ftp to a free website I have. The purpose being so I could find ...
Summary: Hi, I want to ftp a file from windows to unix server can we do it with a batch script if yes let me know I tried this piece of action Microsoft Window...
Summary: Hey everyone, I am very new at this... I hope I can explain what I am looking for. I need to write a batch script. I have a filename, with a date in...
Summary: I am trying to copy zip files from one server to another with a batch file. Problem is, I only need the 4 zip files with the current date and not the...
Summary: The problem you face is due to the weird char & that in NT batch has the special meaning of joining to commands on the same line. In minutes I post th...
Summary: HI All, I am new to batch scripting and this is my first script pls help me out. I have to right a batch script, which has to pick the latest file in ...
Summary: All, I'm looking for assistance with putting together a batch file to be loaded at logon or system startup that will: 1)Search the local C drive for a...
Summary: Hello. I'm a complete beginner at scripting and would like some help. I've got about 1 000 .txt files in a folder and I would like to delete character...
Summary: I am new to Batch Script for Windows so hoping you can help me out. There are two things I need: 1) Say a1.csv is in C:\batch and has below info: aaa...
Summary: Hi, I require some help in modifying a csv file using a batch script. I have a csv file that contains details obtained from a database. So an example ...
Summary: I have a ton of pc's that that I need to remove the C:\documents and settings\userprofiles\Start Menu\Programs\Winzip\ files from that directory. ...
Summary: Hi, I have a batch script which, amongst other things, parses and rewrites a text file using the "for /f" command. The reason it does this is to appe...
Summary: I need some help writing a batch script to do the following: First check to see if Network connection is on DHCP. If it is, exit. If not, change the D...
Summary: Thanx for your comments tonysathre, The datatypes are only for my reference. When i create a local variable within a batch script i like to be as dis...
Summary: how can i write the perl script inside the batch script. to be more specific . i need to write a batch script which scans the tab delimited file by sk...
Summary: Well I need help writing a batch script to do several things. I need one batch to run in a loop over and over and take screen shots and save them as a...
Summary: Hi, I'm trying to have a .bat file set up as a scheduled task to upload files via ftp and then, if successful, delete the files locally. I have the a...
Summary: Hmm.. Did you run it from a batch, or did you try to type in the commands manually? Paste the code in notepad and save the file as a .bat I rewrote th...
Summary: If the program doesn't have a switch to allow you to script it, I don't think you could do it with built-in commands. You could probably use expect.ex...
Summary: I have some text files which i have to ftp them from one server to other. I can use PUT command, but for each file i have to call it. Assume that ther...
Summary: I am trying to write a batch script that moves all files from one network folder to another network folder. On the destination folder, I need to delet...
Summary: >> This code just makes me dizzy I agree, I got a headache jumping back and forth between all those goto statements. You should look at efficiency, th...
Summary: Ello! Am wondering if you guys can help... I've managed pieces of this problems, but not the whole thing... I need to make a batch script that renames...
Summary: Is it possible for a batch script to delete a single line in a txt file? example: my.txt contains the following: ab cd is it possible to delete cd usi...