Summary: Hi, I have a txt file that contains data in the following format: 1200-1678,,1,C1356 1000-0076,,1,C1357 1000-0051,,1,C1358 1000-6848,,1,C1500 1000-684...
Summary: I would like to make a batch file that kind find the largest file in a directory and launch it. I have basic batch creation knowledge and I can find t...
Summary: I am wanting to create a batch file that will open another file every 15 minutes or so. I know of the countdowns, but thats as long as the batch file ...
Summary: Hello, I am trying to do something that would seem simple enough here but I can't seem to figure it out. I am trying to make a batch file that will ch...
Summary: Any one got a solution as how to make a batch file containing the following : backup all files from a specified location to a dated stamped folder car...
Summary: How do I make a batch file re-play itself automatically every 30 minutes? OR, better, how do I make it play automatically just BEFORE the PC (WinXPPr...
Summary: I am trying to write a batch file that will iterate through the files in a folder. As soon as it hits the 4th one (and subsequent ones) it will move t...
Summary: thank you for trying to answer my question, but you misunderstand what I am asking. I would like to know how to rename files *from within a batch file...
Summary: Recently, I made a batch file that ran ipconfig and copied that data into a text file for us to refer to. However, we now have all this useless data w...
Summary: I want to write a script that will go to an ftp server search for a particular file every 15 minutes and if it finds it it should start a sql job imme...
Summary: I have to write a short C++ program that reads from a data txt file which hp vs. rpm will be the data that is in the file. The program then calcul...
Summary: I have 2 text file, A.txt and B.txt. Some text (Bold) is veriable, and can be change any time. file A.txt contain: 1. ----------------first line fixed...
Summary: hi , i have many folders called LIB in my drive say it can be as LIB_data,lib,lib_ac anything that starts with lib or LIB... i want to list all these ...
Summary: Hi, I want create a batch file to copy some specific(variable) text from a file A.txt to another file B.txt's specific location (in between a line...
Summary: Hi- I'm a programming newbie and could use a hint on how to get started with reformatting this file. I use AWK a lot and have done a bit of simple P...
Summary: The easiest way I can think to accomplish what you want is to use a VBScript, if you can run a batch file you can run a VBScript. All you have to do ...
Summary: I have a Text file with about 150 lines and need to create a seperate directory using the MKDIR command for each line in the text file. I am not very ...
Summary: Hi all, I am trying to build some sort of API made of batch files. Each of them needs to be able to output one or more parameters. These batch files w...
Summary: I need help writing a program for my C++ class. The assignment is to write a prgram where the user enters a password which must contain at least 6 ch...
Summary: i need mega help i am doing my HND at the moment i hate batch files i need help to make a batch file that will backup all files from a secified locati...
Summary: I have a text file containing numeric and non-numeric characters. I want to create a batch or vbs to remove these non-numeric characters. Text file is...
Summary: can someone help with a script. MS access db Im searching one column in the table for a certain number, all fields in the column are numeric. So scrip...
Summary: Well to help you further you will need to tell me a little bit about what you are doing and what problem you are trying to solve. I tried the code ins...