Summary: Hi Im looking for script that will do following: read file1 Check file 2 && file 3 if <item> found in file1=file2 replace file1 text with instuc...
Summary: Sulfurik, Just use some stream input and output. It's not quite the same as C#, but it's the same idea. Here's a layout 1) Open a file with fopen....
Summary: search for 3 files and create a .txt file hi i need a batch code to do the following task i have a folder called "activation" i want search in "act...
Summary: Hi, I want help to write a script to watch for a file. the script should watch the file and then ensure that complete file appears if the complete fil...
Summary: There is any way to make the compare script to read all the files and folders without loop? or i need to build a very long script to make compare to a...
Summary: Hi janita, here I'm back! I assume the count of files is done, so below the code to format your date and time. Replace the bottom part of the script w...
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: I need to add to an existing VBS script - to read the contents of a CSV file and locate specific data, then the check the date to see if it matches th...
Summary: I'm trying to create a batch script that can read a single lined file containing a password (making a login script), than set the read string as a var...
Summary: I have problem writing this batch file to read a text file. Been using the for /f command but doesn't seem to be working. This is a sample of the text...
Summary: Hi, I have used IDL to generate data from MODIS satellite images of array based, which has been stored into files named- testop.400.215.dat, testop.40...
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: Hi, I have a single folder in which files come thru a linux sytem filename is a little long and i has a particular format which is Office-User-YYYYMMD...
Summary: hi i want read (*.tif) file and write to another file name i write the following code but after open the file this message show " invalid comperratio...
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: I am looking for a vb script to put a time and date stamp on a folder I am moving data to. I want it to create the folder with a time and date stamp a...
Summary: Hi, I want a shell script which is used to copy a file from a local drive to unix server. I want to ignore the username and password of local host. pl...
Summary: copy files but compare their dates first ============================= hi i searched web and your site for my answer but no where i found it. i nee...
Summary: Hi, I need to write a batch program to read the file and calculate the Credit Amount column. my txt file looks like this: Originator Unit Unit Credi...
Summary: I have an file which may be empy , I try to read the file and when the file is empty it says "Echo is off" . Y does this happen ? and can we get a sp...
Summary: if your system is running task scheduler (schtasks.exe), I would use "at" command to run your batchfile, and put a 15-minute timer advance into the ba...
Summary: CAN SOMEONE TELL ME IF IM DOING THIS RIGHT?? IM SUPPOSE TO READ A FILE AND USE A HASING FUNCTION TO SORT IT OUT IN A LINKED LIST ARRAY. THE FILE FORMA...
Summary: I am trying to read a file and look for some words. If I know the work I am searching in advance would it be possible to store it and compare it with ...