Anyone know dos commands??

charmaine

New Member
Hello, Is there anyone out there who knows dos commands?? I'm stuck in dos--Here's the story--while doing a windowsxp update, I was confronted with message asking me to find a file--ntoskml.exe.
I was also told to change it and put it into "WindowsXP hotfix source files" which I couldn't find.
I found the ntoskml.exe file in a folder with a long string of letters and numbers, and then another folder "symbols" then another folder "exe" which had several other ntos files in it,
and though I repeatedly attempted to point "it" tosaidfile it wouldn't recognise file or folder or
carry on with download,
I clicked cancel and was told windows needed these files and without them my computer would crash(can't remember exact wording). So-- it wouldn't or couldn't see where I was pointing, so only option that I could think at the time was just to cancel search for files and just click cancel and carry on with download/install of updates. After reboot, in dos I was confronted with message-- file ntoskml.exe missing could I please reinstall said file......... I can't get out of dos. I tried the xp cd but nothing, then tried win98 cd and was able to access d drive. So while with the win98cd in d drive, I changed cd's to the xp cd. It didn't load as a cd, just as a drive with some directory files. I've had a look at c drive and it "looks like" all my files are still there. My question is this, firstly; is it possible to type in a command to copy some files from c drive to a drive?-if so, can someone tell me what to type to copy from c to a? I don't want to lose my files-- I am doing genealogy--family history research and most of the info is on my comp. :mad: Haven't backed-up!Stupid I know. :eek: :o
While in the win98 cd I think I may have been able to run setup, but was told there was a non-dos operating system already on my comp--xp I'm presuming, and asked if I wanted files deleted or not, when I chose yes, I was then taken to another option and it looked like "it" was about to delete "all" my files so I aborted setup. When looking at DIR folder and files in the XP cd, there is no option to repair etc, and when I clicked on any exe files I was told these could not be loaded from dos. So in an attempt to at least save my genealogy files, I'm hoping to copy those files from c drive to floppy, but can't figure out the command to copy from one drive to another. I know how to look at the directory folders, and sub folders, and to change what drives I want to look at, but that's about it. One person told me the ntoskml.exe file might be a virus, and someone else said it was just an xp update file?????

Help!!!!!!! Please...I am now using
my very,very,very slow and old computer with dial-up...arggghhhhh..Thank you. Charmaine
 
the copy command: copy <sourcefile> <destination>
use a:\<path> to copy to the floppy drive

when you use the XP cd does it boot off it? (do you get to a windows install screen)
 
exsample of it is copy c:\myfiles d:
copy c:\myfiles A:

to get the list of dirctorys just type dir
if you need more commands just let me know and ill dig out my ms-dos book out of the dust pile.
 
Cromewell said:
the copy command: copy <sourcefile> <destination>
use a:\<path> to copy to the floppy drive

when you use the XP cd does it boot off it? (do you get to a windows install screen)
------
Hi and thanks for your help. Firstly, just so I get it right; supposing my file was in c:
docume~1\mydocs\myfamily are you saying I type; a:\docume~1\mydocs\myfamily ? where do I put the "copy" command? Appologies for coming over stupid, but I've tried that and nothing, what I need is pretty much exactly what to type for the exact execution..
As to the xp cd: No, when comp boots up
with or without the xpcd, there is a line which reads; no bootable cdrom found
and now it's reading; Invalid system disk Replace the disk, etc..If I choose F1 on bootup, I've checked and CDrom drive is First Boot Device. If I choose F8, at first I was given some options but always taken back to the missing file line, now for some reason it's changed I just get the Invalid system disk line??? Can't get the F8 options anymore...... :confused:
When I boot with the win98cd am given the option of Boot from hard disk ( If I choose this one I'm taken to the: Windows could not start because the following file is missing or corrupt..<windowsroot>\system32\ntoskrnl.exe (I must have read it wrong before because now it looks like ntoskRNl.exe before it looked like ntoskMl.exe) The other option is Boot from CDrom. If I choose that I'm taken to 3 more options: start win98 setup from cdrom, start comp with cdrom support, start comp without cdrom support.
If I choose start comp with cdrom support and get the DIRs for the win98cd to come up,
and then switch to the XP cd, I'm
only given these folders; AUTORUN INF DOCS DIR I386 DIR README HTM SETUP EXE SUPPORT DIR VALUEADD DIR WIN51 WIN51IP
From that I'm only able to look in the Directories. I was looking for a repair file, but nothing,and when I try any exe files I'm told: This program cannot be run in DOS mode. Any help very much appreciated, but if I can't get it started I want to try to save my files on floppy. Thanks so much for your help. Charmaine
 
Using your example and if you wanted to move it to uhh...the floppy, you would type:

Code:
copy c:\docume~1\mydocs\myfamily a:\

If you need to put that certain file some where else, you would just replace "a:\" with whatever path you need to.
 
just to clarify the copy command you can run it from anywhere
ie. your prompt can say whatever you jus type 'copy c:\docume~1\mydocs\myfamily a:' and that will copy everything from 'myfamily' to the root of the floppy (meaning if you open a: on another computer all the files will be there instead of in a folder)

Is your XP cd a real XP cd or a system restore disk? Try loading the 'Last Known Good Configuration' from the F8 boot menu
 
cd.. means back to rrot directory
dir/w means list the files in directory
scandsk means scan disk
format c: means format c drive
etc etc
 
Back
Top