Summary: If you do an if statement and lets say search for a file (lets say standard.txt on the cdrom). If it does not find the file it will just close the ba...
Summary: Hey I haven't used VB in awhile so I'm a little rusty. Is there some type of Read and Data command for VB? I'm trying to convert an old QB program t...
Summary: Hi - I admit Java file I/O can seem like dark magic to someone not familiar with the language and supplied classes. I think you want to use the Stream...
Summary: I've spent days completing the batch below. Computing.net's been the one which has given me the most clues. Even though it's been tested to work, I'm ...
Summary: 1) drives/paritions not known, batch will run on many differnt pc's..but! its more likely the folder being searched for will exist on the current driv...
Summary: hi, i need help with a script i am making, ive tryed it many different ways. I need to do it so my computer reads from a txt file from batch so when i...
Summary: I am about to pull my hair out here. I need help writing a batch file that will send us an alert when our hard drive space reaches a certain threshold...
Summary: I need to create a batch file that prompts for several things before proceeding. In order: 1) Ask for target directory (to run .exe against) 2) Which ...
Summary: Hi! I would like to read file contents from a text file and display it using a batch loop. I had try this method but it seem like did not work. for /F...
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...
Summary: Hello all I have been working on changing menu display with on this batch file. I found this open source batch file online. The only thing I want t...
Summary: Hi, I have been tasked with writing a batch file to stop a virtual server, xopy contents, start virtual server, rar files, remove temp folder and old...
Summary: I am trying to replace the path names in several fortran files with an updated path for easy transfer between Windows and Linux. Ideally the paths sho...
Summary: Hi Can you please help to create a batch file which will search a given directory (can be passed as command line argument), and looks for all the file...
Summary: I'm trying to create a batch that will setup a scheduled task. The task would bring up a text file everyday for me to read. I have a line within my ba...
Summary: My batch file currently creates a folder with the name of the computer, then creates a txt file with the name of the computer in the aforementioned f...
Summary: Can some one please help me with batch file. I am trying to create a batch file for multiple files which will check the first 17 characters of the fil...
Summary: why go through such trouble with data calculation with batch when you can do it easily with languages like vbscript Set objFS = CreateObject("Script...
Summary: Thanks for ur response we are able to create a new file but it is not reading the data from the old file..like the below data is not fetching.. ROW_NU...
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: Ok, i want to write a batch file to restart my router when i click it. It needs to be one that you can just double click, as it's for my parents more ...
Summary: blah, hey, umm, i need to be able to copy a folder with all the files and folders in it to another location, using a batch file. can anybody help me ?...
Summary: The problem is in the batch renaming. I have a folder, full of files, which names have to be processed in such a way, that, for example, filename00.tx...
Summary: Yes, you can send e-mails from a batch script by using a command line driven mail client, just as executing any ordinary XP command or application. Tr...