Summary: Im trying to create a batch file to reset different portions of the TCP/IP stack. But I want to base the errorlevel of each command off of specific k...
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: Hi, I need a help in MS DOS batch script. Can I call an Internet session in a batch mode in DOS script? Following example explains my problem. @e...
Summary: Hi! I've just downloaded a program, what decodes encoded SVGB files into normal SVG. Thats good, but this is a command line application, and uses i...
Summary: I'm new to DOS batch files but help to do the following: find any files under a certain size in a directory and move them to another directory.. ...
Summary: Hi UsaSail Do you want the batch file to find todays work and create the zip file with the above format or do you just want to know how to creat...
Summary: I'm going to agree with anaproxys last statement. Whenever you wish to do a specifically specialized function, like searching a file for specific tex...
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: Hello 1st post here, its vital i get this done its for college. I have to make a batch file that will copy files from the hard drive put them on a flo...
Summary: True - not what I'd consider as a good starting point to DOS batching - just *a bit* convoluted Maybe the ultimate goal will be revealed We've heard t...
Summary: Inside of a Dos batch file, i'd like to get the name of the user who is connected to the windows and save that name in a variable to be used inside of...
Summary: Hello, I am new at this and I have to create a batch file to find a set of filenames with all the path like C:\Users\pc\Documents\ok.txt, etc. The ba...
Summary: Dear friends, This is my first post in this forum. Kindly correct me if i'm not adhering to any forum rules. I am a newbie to DOS batch file programmi...
Summary: Dear Razor2.3, thanx for your fast reply and for your help,, but i'm sorry to say that didn't work :( any other ideas ??? here what i did to the batch...
Summary: How would i go about from executing a batch file that finds your primary drive letter. Its like %SystemDrive%. But how would i execute that so it echo...
Summary: After some years away from DOS batch files I find it necessary to write a simple routine. But, I cannot get the "If [not] exist" to work. The "if [not...
Summary: Hi, I currently have a batch file thats creates a new directory with the current date as its name (in the format YYYYMMDD). Is it possible to have ano...
Summary: Write the following MS-DOS batch file programs: MYDEL: Multiple files specified on the command line argument can be temporarily deleted. File names ma...
Summary: I have 6 DOS batch jobs that do many different tasks, these are set up to run as scheduled tasks and run from 6am to midnight every day, their in a co...
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: Sorry, code did not include "if not exist" After some years away from DOS batch files I find it necessary to write a simple routine. But, I cannot get...
Summary: So I have an odd problem, and a less than easy way of doing it. Our organization has some house keeping that needs to be done, and I would like to use...
Summary: please help me! i was tasked to do this using a DOS batch. i need to find out in a directory if files are being created in the last 30 mins. any help...