Computing.Net > Forums > Programming > Search Results

Quick Links

Computing.Net Solution Center
Desktop Access to Search
Ask a New Question

Sponsored Results for: DOS File Read for environment var

Ads by Google


Show Within: One Month | One Year | Forever
Search Results for: DOS File Read for environment var

Product Search Results


Results 1 - 25 of 17613

[higher confidence] - higher confidence, [lower confidence] - lower confidence

DOS - File Read for environment var
    Summary: Using Batch file(.bat Dos based) I have to read a text file(temp.txt) containing data as the following: #,User,Password,Feed,Capacity Trusp,doit123,DN...

DOS - File Read
    Summary: Hi Help me in this issue @echo on set Path=C:\Temp.txt for /f "eol=; tokens=1 delims=" %%i in (%Path%) do (set /a no=%%i+1) echo First %no% set no=...

C++ File Reading
    Summary: I'm trying to make a relatively simple program but I can't remember what to do to get it to work. What I basically want it to do is read in informatio...

DOS File Creation
    Summary: Hi This help. @echo off dir /b Folder\ > Files.txt for /f "tokens=* delims=" %%a in (Files.txt) do ( type nul >Folder\%%a.flg ) ...

FIND Length of DOS File name?
    Summary: "I'm wondering what a DOS file name is. Is that the trashed version of an LFN that you get in DOS? Like good 'ol c:\progra~1 or what? The XP Pro OS ...

DOS BAT - Read lines from bottom up
    Summary: Ya, It was meant to be a joke...I keep forgetting to put in the smilies. I'm sure that the OP has other requirements, but here's 2 (1 liner) perl solu...

Assign file contents to batch var!
    Summary: I need to be able to assign the contents of a *.txt or *.log file to a variable in a batch instance. 1. open batch file 2. creates x.txt file with...

Old dos file
    Summary: Hey, I have almost no knowledge about programming and I have an old dos file that I need to "break" into. The company that made the software is of cou...

file rename: 'for' loop not working
    Summary: Judago, you're right. However, my test involved renaming a file, whereas yours involves creating a new file. It seems that when you create a new file ...

Version Checker
    Summary: I'm not going to do your reading for you. Read the page, don't just glance for the download link. ...

Batch, get folder of a found file
    Summary: The explanation of delayed variable expansion is in the online help obtained by the SET /? command. Here it is: Delayed environment variable expansio...

Batch file problem
    Summary: Rajesh, type "set /?" at command prompt and try whether you can follow what it says. couple of pages down in the "set /?" it says: Finally, support fo...

folder to each file according to its creatio
    Summary: H:\>set /? Displays, sets, or removes cmd.exe environment variables. SET [variable=[string]] . . . . . . . . . . . . . . . . . . . . . . . Finally...

Reading writing binary files
    Summary: Hi I'm must read from a binary file, and I want to do it byte for byte, unfortunately I don't understand this very well, but the reading seems to occu...

Read csv file using strtok C functn
    Summary: I am using the C function strtok to read a comma separated file. Here char seps[]="," If the field has a comma as a data, it is preceded by a "\", e.g...

Read/write to same file > once
    Summary: Please help a newby trying to code first program. I want to be able to write data to a file, then read from the same file. I can manage this OK, but I...

DOS batch file for deleting folders
    Summary: I have 3000+ folders with unique names, each with several common subfolders within them. What I would like is a batch file that could look in a partic...

Batch file- read string in txt file
    Summary: I'm looking to search through a text file for a string. Once I find this string, I want to read the string on the same line, after it. Let me expla...

How to read a file name automatica
    Summary: I have a standing problem: Under a directory, I have many files with similar names for example 1998.EEO.SAC 1999.OTT.SAC 2000.CRLO.SAC . . . I want to...

dif languages do what?
    Summary: With perl...You get a great language the isn't too picky with how you program. It's quick and dirty. It is used widely on the internet for cgi's (fo...

reading file, looking for keys
    Summary: I need to write a program, that will read in an input file. The file is structured: Then here is the title Info that does with the title Next title....

VB6 - Reading File Error
    Summary: ok I have a VB6 program and one function is to send a NET SEND. it does this by accessing the Shell and sending the command "NET SEND " & hostname & "...

Batch file nested FOR loops help
    Summary: Line 13 is actuall on one line so shouldn't need the ()s. I tried them and they don't help, neither does putting a CALL in front of !THECALL! (I know,...

File opened for both reading and wr
    Summary: hi Im learning C programming in linux and book gave a warning that when file is open for reading and writting the following restrictions apply: -Outpu...

batch file: error SETting in FOR /f
    Summary: You lacks good knowledge about variables and their usage. There are two kinds of variables in batch scripting: - environment variables, set up by the ...

Jump To: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | >>

Sponsored Results for: DOS File Read for environment var

Ads by Google