Summary: I need help with a DOS Batch File. I have added my batch file to a Win98 Boot Floppy. The Batch file includes a Menu. One of the Menu Choices is for c...
Summary: Hi, new to this forum, hoping someone can help me with a pretty simple batch file. I need to go through a directory and rename every folder in it, fro...
Summary: Hi to everyone, I'm new here and rookie to dos/batch files. I'm having a little difficulty with a project in my university. All i have to do is make a...
Summary: Thanks guys. Yeah Shr0Om I finally figured out that I didn't want the /p. I had misinterpreted the instructions on that web site. I've Googled for b...
Summary: Hi I need to split a numeric value ex "111111110" by each digit from the right hand side. Could someone please tell me how to get this done in a DOS ...
Summary: hello there i dont know whwther this the right section to post but i found this more appropriate then others i want to edit the install path of a dos ...
Summary: Hi I am writing a batch file to automatically run some commands by telnetting to a network device. Everything goes fine until the device asks for inpu...
Summary: Wow! Thatnks for all the info guys!!! I'm learning a great deal here :) The onlt reason I wanted this batch file to clean up the folders was because o...
Summary: If anyone can help I would appreciate it. I have a load of files that I want to rename using a batch file (don't mind what language) Files are in form...
Summary: Have a look at the set command - especially how you do character substitution and extraction from environment variables. That may help you. Alternat...
Summary: Mechanix2, I need some help creating an advanced ping batch file. What the batch file would do is this. A batch file running on server A would contino...
Summary: I created a simple batch file to lookup physical addresses on our network and store them to a file. You have to manually enter the IP, but I'd like to...
Summary: Hey All, I am trying to get a batch file so that it will open up 5 web address's at a time but I want them all in different IE windows. So is there an...
Summary: I would like to take a txt file that I get from a batch file that does a DIR list and change it to html . But if I do that with the batch file it will...
Summary: This is really puzzling me. i have writen a .bat that xcopys a file. then runs a program. it then waits till i exit that program. then re copys a fil...
Summary: Hello, If any one of u can help me out I would be extremely grateful... Am stuck trying to write a batch file in DOS... Scenario: We have a folder C:\...
Summary: Hi, i'll try and explain my problem: i've created a nice menu in DOS using batch files. there is only one problem. when i want to exit my menu there's...
Summary: Hey guys, I've been working on a backup batch file to backup data on some machines and now I would like to add some command line switches for my batch...
Summary: I have a line in my batch file as follows: SET /P Folder=Type new folder name The folder name must be 7 numerical digits long. How do I check that wha...
Summary: Hello everybody, i would like to ask if its posibble to download a file from internet using batch file or in any DOS Programming (pascal,c++,c) and sa...
Summary: I need a batch file that writes the Windows XP version number to a file named ver.txt. Then add to the batch file the command that displays the disk v...
Summary: I need some help with a batch file I need to write, I am trying to do the following. I need to find all the files in location A with a file size of 0K...
Summary: Hi all! Here is my problem: I'm trying to create a batch file that needs to needs to record the login and logoff times of users. This needs to be reco...
Summary: I have a problem. I am trying to write a batch file which will delete a 0 KB .SPL file and an associated .SHD file, which is not 0 KB. Each .SHD fil...
Summary: Hello all, I'm having an issue with a batch file I'm trying to run. What I would like to do, is search for a specific file type and output the result...