Description:
Microsoft Windows 2000 newsgroup.
|
|
|
Single Bootable Disk
|
| |
Hello: My LapTop came with 3 system disks. * How can I create a single bootable disk from these 3 disks ? * What DOS command do I have to use this single bootable disk Thanks.
|
|
Bash equivalent of cmd /k switch
|
| |
My question is, is there a bash equivalent of the cmd.exe /k switch that can be used to execute a command and then remain open? No. Probably because bash isn't the right tool for that job. [...] Note that CMD.EXE opens a GUI text window, executes commands in it, and closes it again; there is no direct... more »
|
|
Can I hidden the coding of the batch file?
|
| |
Is there any method to "hidden" the coding inside the batch file? If you are using 4NT or Take Command, the BATCOMP command <[link]> does pretty much what you want. Or simply speaking, I want the .bat file just like .exe, people cannot see the code inside .exe, right?... more »
|
|
Copying hidden and system files
|
| |
Now copy the hidden file c:\boot.ini to a floppy disk or a flash disk (e.g. with "type E:\boot.ini > F:\). That should be type E:\boot.ini > F:\boot.ini, of course. The reason for using TYPE instead of just ordinary COPY, by the way, is that the file has the hidden attribute. The COPY built-in to Microsoft's CMD won't copy such files. If you are using a... more »
|
|
question on a cool script
|
| |
One thing I love about IT. no matter how long you do it (over 16 yrs for me) or how good you think you are (with .cmd .bat files) you can always learn something ... So today I'm ready to learn! Found a cool script today using this code. for /F "delims=" %%a in ('schtasks /query /v /fo:list ^| findstr /i... more »
|
|
Xcopy - "M" switch question
|
| |
This is probably considered OT for this group, but I didn't see where else to ask it, [...] microsoft.public.win2000.cmdpr ompt.admin and alt.msdos.batch.nt I have this command: xcopy c:\MyFiles\*.* F:\Backup\*.* /S /Y /M (there are a lot of sub-folders) But it backs up the entire contents of... more »
|
|
|