After booting with a WIN 98 boot disk, under DOS, I want to turn these two commands, “sys e:” and “copy abc.exe e:”, into a single command, so that running it once is equivalent to finishing the above two steps. Of course this can be done with a batch file, but the hard part is that the E drive in the two commands above is not fixed; it could be sys e:, or it could be sys f: or sys g:
I’ve seen some experts make a *.com file so that *.com X (x is any drive letter) can do it
How should this be made?
I’ve seen some experts make a *.com file so that *.com X (x is any drive letter) can do it
How should this be made?



