Summary: I have a bat file that asks for user id and password then executes FTP reading the values in a text file. How do you pass the id and password variabl...
Summary: hello all, i just recently got started programming in C++ using tutorials on the web and i'm learning how to read and wright to text files however i a...
Summary: Hi A task which will run based on values provided to a parameter in textfile. i.e param1 = 123 Now i am paasing this value dynamically using a variabl...
Summary: How to get a return variable from the called batch-file ? I'm having two batch files as follows A.bat : for /f "tokens=* delims=" %%a in (files.txt) d...
Summary: Very simple: I'm trying to extract particular lines from a small text file. Ideally using the Windows command line to take lines 1 and 10 from one tex...
Summary: I'm wanting to have my program write data to a text file, and then have the ability to read back from it... so far I can get it to write to the file.....
Summary: I want to pass a parameter(this parameter determine pdf file location)to exe file(that convert pdf to text file)in my application in delphi. Please he...
Summary: I'm trying to write a VB script for an HTA to go with a batch file that has already been written. The batch file currently prompts the user for sever...
Summary: I was wondering if someone would help me. I would like to add the line numbers to a text file using a .bat Such as: hello hello hello Run the .bat and...
Summary: Hello there, Anyone can help me to get this working please. I need to extract from a text file to a new text file a portion of code based on a start a...
Summary: Oh, I can open and manipulate .bat files.. I've made a few already.. but see, I'm used to HTML and LISP. Batch has a vastly different set of standards...
Summary: How do I write a dos bat file to edit my hosts windows file. Currently I have written a login script that every time a user login it will append "172....
Summary: Hi all, I've been trying to get a batch file to find the name of the newest folder in a directory and output it into a text file. The following is wha...
Summary: I've inherited a VB 6, Access 200 DB application, which has 7 screens worth of many MaskEd controls (array of 652) which uses the currency format. The...
Summary: i have a vbscript which convert the worksheet from excel to text file with default file name. i want file name to be dynamic from a cell of excel work...
Summary: Hello all I'm trying to understand Pemente's awk/sed example #2 in using awk/sed to find a line in a text file and sending the content of that line in...
Summary: Hi I want to make a batch file that creates variables by parsing a .txt file made from a "dir /b /n > dirlist.txt" command. Each line in the .txt file...
Summary: I have a text file (User.ini) with the following information: CUSTOMER_NUMBER = 1001 FIRST_NAME = Francisca MIDDLE_NAME = LAST_NAME = Carstens I need...
Summary: Unless you can find another MEM program that is smaller. I assumed from the description of the project that it would have to run from a CD. The mem ...
Summary: Hi I am trying to edit a text file from a .bat file and can't seem to find a command that can crop the ends of the text string. The other solution wo...
Summary: If you store each line of your text file to be edited into a variable, e.g. Row, then Set Row=%Row:index.dat=% does the job. Maybe depending on the st...
Summary: I have a text file with one line of text [may contain multiple words] that I need to 'read' back into my batch file as a variable. This variable is th...