Where can I down load a full version of MS-DOS that works??? I really need one, someone deleted it off my computer.
Here is a quick 50 points. What is the maximum file size limit for fat16 and fat32? I have tried to copy a 4gb file to a fat32 drive but it pukes. I suspect it is a file size limit.
Thanks.
BELOW IS A COLLECTION OF MANY MS-DOS FILE-RENAME ROUTINES, from EE, FOR A VARIETY OF NEEDS.
ALL HERE IN ONE PLACE, FOR YOUR EASE & PLEASURE : )
The compilation, plus my own code that fo...
How do I create a batch file that will read a csv or txt file as input to ping a list of computers and then output a file of the computers that did not reply? I will not be pinging IP addresse...
Hi, I want to have a batch file that will:
1. Check to see if the file exists
2. Try to delete it if it does exist
3. Output what happened
I got something here but it's not doing what ...
I found the below article on another site (Link provided at the bottom of my post) Essentially it talks about creating a wait command however when I follow the directions it says that " "CHOIC...
I have this little loop to copy and delete files to a zip disk. I am using this to test the longevity of the disk. I would like to add a counting routine to this loop to display how many tim...
Hello
How can I get the return (or exit) code of a batch script when it completes? In this case I'm calling a batch script within another batch script (using 'call batch_prog.bat') and I ...
Previously I recieved help from SteveGTR to create the batch file below which changes the UserName variable into a different format then calls on a standard PRF file and creates a new one with...
If I have environmental variables like:
X3DESTDIR="C:\Destination Folder"
X4DESTFIL="\zzzfiles\SubfolderLevel2\SubfolderLevel3\file 553.zzz"
how can the two strings be concatenated. Th...
Experts,
In a DOS command window running Windows XP, I can enter the command:
notepad filename.txt &
and notepad opens a file with the name filename.txt for editting, but allows me t...
I need to create a batch file to execute two exe's (file1.exe & file2.exe). These files are zip archives that self-extract. The important thing here is that file1.exe needs to be unzipped fi...
We are running ACCPAC on Windows workstations on a network. Multiple users, needing to work from any workstation. The program settings are in a directory. The command line that starts the prog...
Hi,
How do I obtain the yesterday date for MSDOS batch?
I am curently doing the following which is faulty. I am not sure how I can deduce the date correctly. Please advise. Thanks.
CM...
hello,
i have a very tough problem. i have to update about 500 computers (1 msi file) and would like to do this with a bat file (user will execute the bat file, ill send an email to the us...
Hi All,
I'm not going to pretend that I know much about DOS batch files other than fairly simply operations. Here's the situation at hand: I need a file that will loop through a directory a...
Big points because of the urgency. In the following batch file I generate a CHM file, but the CHM compiler is not reliable. As a result I want to check if my batch file is smaller than roughly...
I'm running a perl script from a Windows 2000 Dos Prompt. This script generates output on stdout and stderr. I want to capture both of these into a single file. I can capture them both into se...
Is there a way to copy all the files and subdirectories under a directories using just the DOS copy command. I am trying to copy large directory from a laptop that would not boot. I am able to...
I try to create a batch file to run under Windos XP in a command window (or just double clicking the BAT file).
The intention is to take all files with a given extension, concatenate them a...
Can someone show me WORKING SAMPLE SYNTAX to turn a exe into a service with the sc.exe utility?
I turned a batch file into a exe with a bat2exec utility, but no dice on getting it to run as...
I'm trying to launch a command window on a remote computer. The way it works on the local computer is that I have a .bat file that I can double click or run from a cmd window and it runs a .e...
I am requiring a DOS boot disk (to get a true DOS command line) that has NTFS support so that I am able to go through windows files using DOS (but not using the windows DOS). I was wondering i...
Does anyone here use bart's boot disk? If so... I have a question. The disk has worked wonders for me across all different operating systems. However I am now trying to use it to ghost im...
echo 'hello \n there'
doesnt appear as
hello
there
Why ?