Summary: Thanks for the replies guys No im not opening winword at all. I just replace the file extention when the file is created by the open command -with ope...
Summary: is it possible to generate a new txt doc. from a batch file, and name it and send it to a certain location all from within the bat file. kinda like ma...
Summary: Does anyone know how I could create a hyperlink to a file if I don't know the full filename? I plan to use Javascript or ASP. For example, if I hav...
Summary: Hi, I'm working on a problem for somebody in VB6, but I'm not the greatest at visual basic, so I decided to ask here. Basically, the program searches ...
Summary: I'm having trouble opening a Wordpad txt doc using the following VB code: Private Sub Command2_Click() Dim intFileNum As Integer intFileNum = Free...
Summary: Hi all, I am posting here a bat that consider can be usefull to others as it is to me.It is a kind of simple explorer/file-manager. I like it because ...
Summary: How can i automatically rename txts based on content? I have tons of texts named as IM0102091618_1 for example,i open them and rename them as IM010209...
Summary: HI Need a little help with a some vbscipt. I need a function that will read a specific .txt file that has a list of files of certain type (.doc, and ...
Summary: Hi. I'd like to batch delete files in a selected directory(incl. subdirectories too) based on .txt on ftp. In a local site, I can do it by making .ba...
Summary: Hi. I'd like to batch copy only files, including files in subdirectories, listed in other txt. file. For example, if I want to copy a whole directory...
Summary: Hi there, I want to count the amount of lines in a txt file,then create an array(based on the amount of lines) then read the numbers from that txt fil...
Summary: Hi Ete, The CRLF is the 'line break' created when pressing ENTER. The two bytes CR and LF take their name from the typewriter days. CR is 'carriage re...
Summary: I'm trying to write a vb script for windows xp that will read a list of clsids from a text file then build a vbscript to build a batch file based on t...
Summary: Hello Miss, If you just want to make modifications in the file than I would sugest better go for File Allocation through you will not only be able to ...
Summary: I have had some success recording a macro that selects the first 5 lines, creates a new .doc with them in and then saves as .txt BUT I am not able to ...
Summary: Located this on one of the posts: ::== :: gets lines into vars c1 v2 v... @echo off setLocal EnableDelayedExpansion for /f "tokens=* delims= " %%a in ...
Summary: hello, this is what i wanted for my code: if i have a .txt file, and the content is: ------------ cat black 5 $5 ------------ and i want to c...
Summary: ========================================================= Deleting files is one thing because the deletion process does not rely upon the type of fil...
Summary: Hi Tony, con is 'the console'; stdout goes to 'the screen'. So in your example: copy con filename.txt boils dowm to: copy what I put on the screen to ...
Summary: can any one help me with this code I have a problem in calculating average waiting time [code] /* fcfs.txt ******* 20 05 05 0*******************//* s...
Summary: ok new question. I need to create a batch program using the cmdpromt that can merge 2 or 3 textfiles togeather. Like, if I have file1.txt and file2.tx...
Summary: Hi Anyone who knows how to make an easy bat-file for reading a single line number from a txt-file, then add 1 to this number and write it back to the ...