mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Lounge

Reply
 
Thread Tools
Old 2008-08-20, 13:22   #1
M0CZY
 
M0CZY's Avatar
 
May 2005
England, UK

27 Posts
Question Problem with Windows Command Prompt

I am having a problem when I try to format a floppy disk from the Command Prompt:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\User>format a:
'format' is not recognized as an internal or external command,
operable program or batch file.

C:\Documents and Settings\User>

It worked when I last tried it, so what could have changed, and how can I fix it?
M0CZY is offline   Reply With Quote
Old 2008-08-20, 13:52   #2
retina
Undefined
 
retina's Avatar
 
"The unspeakable one"
Jun 2006
My evil lair

23×857 Posts
Default

It would seem that either the path has been changed and no longer has "C:\WINDOWS\System32" in there, or "format.com" has been moved or deleted.
retina is offline   Reply With Quote
Old 2008-08-20, 15:14   #3
wblipp
 
wblipp's Avatar
 
"William"
May 2003
Near Grandkid

53·19 Posts
Default

This probably will fail for the same reason as the command line, but try going to

Windows Explorer (not Internet Explorer)
Folders Mode
highlight the floppy
format.
wblipp is offline   Reply With Quote
Old 2008-08-20, 17:49   #4
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24·467 Posts
Default

What's a floppy?

Seriously, I'm somewhat surprised that people still have a need for floppies. They don't hold much data. I probably haven't used one in more than 5 years, although it is rather funny that I found a stack in my desk at the back of a drawer yesterday. I tossed them without even bothering to look at what was on them. I can only guess that you need to move a file to a PC that doesn't have a USB port. A thumb driver is easier to use, faster, and holds far more data.
rogue is offline   Reply With Quote
Old 2008-08-20, 19:46   #5
S485122
 
S485122's Avatar
 
"Jacob"
Sep 2006
Brussels, Belgium

7·281 Posts
Default

Quote:
Originally Posted by rogue View Post
What's a floppy?
Seriously, I'm somewhat surprised that people still have a need for floppies. They don't hold much data. I probably haven't used one in more than 5 years, although it is rather funny that I found a stack in my desk at the back of a drawer yesterday. I tossed them without even bothering to look at what was on them. I can only guess that you need to move a file to a PC that doesn't have a USB port. A thumb driver is easier to use, faster, and holds far more data.
One still needs floppies for F6 installation of drivers during Windows installation, very often USB keys will not help.
Another point is, why replace a working technology if it satisfies your needs.

The problem MOCZY has is more fundamental : some basic functiun does not work. There is no more access to a system program, this means the path environment variable or some permissions changed or a system file has been deleted or moved. No trivial problem : especially the causes of the problem are not to be neglected.

Jaob
S485122 is offline   Reply With Quote
Old 2008-08-20, 22:39   #6
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24×467 Posts
Default

Quote:
Originally Posted by S485122 View Post
One still needs floppies for F6 installation of drivers during Windows installation, very often USB keys will not help.
Another point is, why replace a working technology if it satisfies your needs.
I suppose you are right. It probably explains why most PCs built today still have other obsolete technology such as COM, printer, and PS2 ports...

BTW, since a horse and buggy could satisfy my need, why would I want a car? I would argue that your analogy is not a good one. A vast majority of PC users today have no use for a floppy drive because they don't need to install drivers when the OS is installed, but only after it is installed and they can do that with a thumb driver, a CD, or an installer d/l'd from the net.
rogue is offline   Reply With Quote
Old 2008-08-21, 02:02   #7
potonono
 
potonono's Avatar
 
Jun 2005
USA, IL

193 Posts
Default

Quote:
Originally Posted by retina View Post
It would seem that either the path has been changed and no longer has "C:\WINDOWS\System32" in there, or "format.com" has been moved or deleted.
To expand on that thought, you can check your 'path' from a couple spots. Not necessarily the easiest, but where you should likely find it is below.

Right click your 'my computer' and select properties
Click the advanced tab
Click the environment variables button
Scroll down and Click on the PATH variable in the system variables box
Click the edit button and check out all of the listed paths
Likely the first path should be %SystemRoot%\system32
If that path isn't listed, that's likely you problem and you just need to add it

If that path is listed, then you should navigate to that folder using explorer, dos, or whatever, and verify that the "format.com" file is actually in that folder.

If the file is there, I don't have too many suggestions other than possibly deleting everything in your windows/prefetch folder and rebooting, and/or verifying you have the correct/uncorrupted file by comparing it's size/etc with the format.com from some other computer running the same OS version.
potonono is offline   Reply With Quote
Old 2008-08-21, 11:40   #8
dsouza123
 
dsouza123's Avatar
 
Sep 2002

2×331 Posts
Default

If your XP installation has the default directories
then format.com is in C:\Windows\System32.
If you change to that directory and format works, it is a path issue.

(open a command prompt)

(change to the directory that should hold format)
cd \Windows\System32

(check if format is there)
dir format.*

(if it's there, try it)
format a:
dsouza123 is offline   Reply With Quote
Old 2008-08-21, 14:03   #9
M0CZY
 
M0CZY's Avatar
 
May 2005
England, UK

27 Posts
Default

The format.com file is present in \Windows\System32, and in case it was corrupted, I imported an identical copy from another computer.

One thing I noticed is when I tried to format a floppy using the Windows interface, there was no dropdown option to select a 720k size, and Windows was unable to format my 720k floppy.

It was working fine until yesterday, so I don't know what has changed.
I never interfere with the contents of the Windows folder.

Please don't laugh, I've got a whole box of 720k floppies!

I've not had too much luck with USB flash drives; I have had 3 fail in use on 3 different computers.
M0CZY is offline   Reply With Quote
Old 2008-08-21, 14:37   #10
rogue
 
rogue's Avatar
 
"Mark"
Apr 2003
Between here and the

24×467 Posts
Default

Quote:
Originally Posted by M0CZY View Post
The format.com file is present in \Windows\System32, and in case it was corrupted, I imported an identical copy from another computer.

One thing I noticed is when I tried to format a floppy using the Windows interface, there was no dropdown option to select a 720k size, and Windows was unable to format my 720k floppy.

It was working fine until yesterday, so I don't know what has changed.
I never interfere with the contents of the Windows folder.

Please don't laugh, I've got a whole box of 720k floppies!

I've not had too much luck with USB flash drives; I have had 3 fail in use on 3 different computers.
If the 720k floppy is double sided, then you might be able to get away with formatting it as 1440k. If not, then you can cut a hole in the corner of the diskette casing (the outside corner opposite the lock tab) and then format at 1440k. I had done that to many floppies and rarely had problems.

Regarding USB drives, it is good practice to use the "Remove hardware" function before pulling it out of the USB port. It is also possible that the USB drives were poorly constructed to begin with and thus more prone to failure.

BTW, you never mentioned why you need the floppies.
rogue is offline   Reply With Quote
Old 2008-08-21, 15:27   #11
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

4,871 Posts
Default

Quote:
Originally Posted by rogue View Post

BTW, you never mentioned why you need the floppies.
"Just because they are there"?

Luigi
ET_ is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Patch] CPU affinity prompt problem in mprime Linux / OS X build Explorer09 Software 1 2017-03-01 02:34
Windows command line mu5tan6 Software 14 2015-03-20 17:21
Command prompt properties henryzz Lounge 4 2008-11-30 20:46
MultiSieve from the command line (on Windows) monst Software 7 2007-12-18 02:37
Windows XP BSOD Prime95 Blend Test - Paging Problem??? john6205 Software 18 2006-11-20 17:21

All times are UTC. The time now is 22:44.


Mon Sep 25 22:44:28 UTC 2023 up 12 days, 20:26, 0 users, load averages: 1.18, 0.98, 1.00

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔