CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Electronics > Computers and Networking


Computers and Networking Discuss computer and Networking related questions here!


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 08-21-2006, 11:19 AM
CNCRob's Avatar
Moderator
 
Join Date: Feb 2005
Location: USA
Posts: 921
CNCRob is on a distinguished road
Question about DOS

Hello,
I was wondering if anyone knows if you change a hard drive from one computer to another with DOS installed; will it work correctly on the other computer. I tried it last night and it seemed to work ok and my CNC software seemed to load alright, but will it cause any problems down the road. I have always herd that windows will not work if you install it on one computer then try to take the hard drive and put it in another computer, because of driver issues, etc. Is DOS the same way? Thanks in
advance - Robbie
__________________
Robbie

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #2  
Old 08-21-2006, 11:52 AM
Rekd's Avatar
Community Moderator
 
Join Date: Apr 2003
Location: teh Debug Window
Posts: 1,877
Rekd is on a distinguished road

I think you have it backwards. Windows can autodetect the hardware, DOS cannot. I have successfully done both, but I believe windows will be much easier and more reliable. The biggest problem doing this with DOS may be with your CD/ROM, Video Card, and Sound Card.
__________________
Matt
San Diego, Ca

___ o o o_
[l_,[_____],
l---L - □lllllll□-
( )_) ( )_)--)_)

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #3   Ban this user!
Old 08-21-2006, 12:10 PM
 
Join Date: May 2003
Location: USA
Posts: 550
fyffe555 is on a distinguished road

The question is will a DOS system installed and running a harddrive on one PC work reliably on another PC by transfering the drive? If so the answer's yes. You're also correct, Windows will not do so readily.

Is there any long term issue? No, if DOS starts and runs reliably from the get go now it will do so until you change something.

DOS has inbuilt 'drivers' only for the basic PC configuration, i386 support, prt1, serial, kybd, mouse. Been that way since the 1980. If your application only uses those basics it will run immediately. For other peripherals you need to add hardware specific drivers, like cd drives, UDMA support, fat32, usb etc. Without additional drivers DOS will run fine supporting only the basics and ignore any other devices. If your dos system doesn't use hardware specific drivers then it will work on any pc with the basics. If you have peripheral differences between the PC such as a CD drive driver loaded in config.sys / autoexec.bat then you might have to change the driver if the cd drives are different.
Reply With Quote

  #4  
Old 08-21-2006, 12:17 PM
diarmaid's Avatar
*Registered*
 
Join Date: Apr 2006
Location: Alaska
Age: 35
Posts: 1,257
diarmaid is on a distinguished road

I think your a little bit confused. DOS is on all computers. Before windows 3.1 or whatever was the first ever Windows came along DOS was always used as the old basic binary based operating system. (I remember our first IBM PS1 - Windows what?!)When you start up your computer and the black screen with all the generic text comes up automatically before Windows loads, that is DOS. DOS is the basis for your computer to run. Windows although nowadays technically an 'operating system', is just still a program that runs above a DOS screen. You can reach your 'DOS Prompt' from within Windows, or boot up your computer and run it directly from DOS without Windows/Linux etc by typing in the old DOS commands "dir C: " for example shows a list of files/folders on the C: . "cd xxxx" (If I remember correctly) changes the directory displayed to C:\xxxx\. DOS is actually hardwired/embedded into the hard drive and ROM. DOS cannot be gone, if it is then you need a new hard drive. If you are able to run a program from DOS and you simply unplug your hard drive and plug it into another computer (While turned off of course), then once the hard drive is compatible with the new computers other hardware your program will run fine. The problems may arise if your programs needs to use RAM or sound cards or a LAN card or even windows etc that are not installed onto your new machine correctly in the relevant files and using DOS drivers.
Reply With Quote

  #5  
Old 08-21-2006, 12:22 PM
diarmaid's Avatar
*Registered*
 
Join Date: Apr 2006
Location: Alaska
Age: 35
Posts: 1,257
diarmaid is on a distinguished road

Originally Posted by fyffe555
If you have peripheral differences between the PC such as a CD drive driver loaded in config.sys / autoexec.bat then you might have to change the driver if the cd drives are different.
I miss config.sys and autoexec.bat. Haven't had to look at or change them for years now because Windows does it all automatically. Its amazing how much we forget when we dont have to do it for a few short years. I dont think I could efficiently run my computer from the DOS prompt anymore (Ignoring the advanced software requirements etc)
Reply With Quote

Sponsored Links
  #6  
Old 08-21-2006, 12:33 PM
Al_The_Man's Avatar
Community Moderator
 
Join Date: Dec 2003
Location: Canada
Posts: 16,536
Al_The_Man is on a distinguished road
Buy me a Beer?

There used to be a site (maybe still is somewere) that you can download a copy of DOS 7.1 with alot of add on programs and bells & whistles, even its own Flash Screen.
I got a copy while it was still going.
Some of the features listed:

There are many enhancements, new features and bugfixes in MS-DOS 7.10 since MS-DOS 6.x. For example:

* FAT32 and FAT32X drives support (*very* important nowadays)
* Extended FAT16 (a.k.a. FAT16X, type 0E, usually being the primary partition) drives support
* Large hard disk and LBA ExtendedX (Int 13x) partition (type 0F) support (*very* important nowadays)
* Long File Names (LFN) support
* Full Y2K (Year 2000) compliant and supports 4-digit years (e.g. DIR /4)
* Large memory (>64MB) and XXMS 3.0 support
* Euro sign support (Code Page 850, Right Alt+5)
* The protection that keeps the stability of DOS
* Efficient use of UMB memory (The DOS kernel and COMMAND.COM are loaded high automatically)
* Extended commands in CONFIG.SYS to use UMB memory, such as FILESHIGH, BUFFERSHIGH
* Environments variables can be used in the DOS command line directly, e.g. ECHO %PATH%
* The maximum length for path variable is expanded
* Some new commands added, such as ACCDATE, LOGO(in CONFIG.SYS)
* Volume LOCK/UNLOCK feature added to protect data and LFN on the (hard) disks
* EDIT can be used to edit both text and binary files and multiple files
* REN can rename a directory as well as files
* The locations of DOS system files (especially IO.SYS) are much more flexible
* Dual-boot with older versions of MS-DOS (e.g. DOS 6.x) feature added
* Animated startup logo support by using a custom LOGO.SYS file
* You can decide whether to execute a command using Enter/ESC key now while using the step-by-step feature
* Support for loading Win9x GUI (including all versions from Win95/95A to Win98SE GUI) on top added
* Many undocumented but useful options and switches added, such as COMMAND /Z
* Updated and newer versions of DOS commands and tools included, such as MORE, MSCDEX, MSD
* And many more...
End of Quote:
Al.
__________________
CNC, Mechatronics Integration and Machine Design.
“Logic will get you from A to B. Imagination will take you everywhere.”
Albert E.
Reply With Quote

  #7  
Old 08-21-2006, 12:40 PM
ger21's Avatar
Community Moderator
 
Join Date: Mar 2003
Location: Shelby Twp, MI....USA
Posts: 20,446
ger21 is on a distinguished road
Buy me a Beer?

Originally Posted by diarmaid
I think your a little bit confused. DOS is on all computers.
Not on XP or any version of NT.
__________________
Gerry

Mach3 2010 Screenset
http://home.comcast.net/~cncwoodworker/2010.html

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Reply With Quote

  #8  
Old 08-21-2006, 12:46 PM
diarmaid's Avatar
*Registered*
 
Join Date: Apr 2006
Location: Alaska
Age: 35
Posts: 1,257
diarmaid is on a distinguished road

Originally Posted by ger21
Not on XP or any version of NT.
OMG Your right! I just looked for my Dos Prompt. That shows how long it is since I needed to use it! So what do we call the operating level that the boot up screen is on if not in DOS?
Reply With Quote

  #9   Ban this user!
Old 08-21-2006, 12:50 PM
 
Join Date: May 2003
Location: USA
Posts: 550
fyffe555 is on a distinguished road

Originally Posted by Al_The_Man
There used to be a site (maybe still is somewere) that you can download a copy of DOS 7.1 Al.
Yup, there's a few free sites and versions out there with similar features;

FreeDOS.org
DR-DOS 7.1
Caldera OpenDos 7.10

You can find PC-Dos (IBM) v7/2000 for free download if you look.

PTS Dos and MS-DOS 6.22 are still retail.

All good stuff for an old fart like me who started with CP/M, the QDOS before Microsoft bought it and sold it to IBM as PC-DOS v1 and retained the rights as MS-DOS. Then there was DOS-VSE which ran on mainframes but that's another story...
Reply With Quote

  #10   Ban this user!
Old 08-21-2006, 12:52 PM
 
Join Date: May 2003
Location: USA
Posts: 550
fyffe555 is on a distinguished road

Originally Posted by diarmaid
OMG Your right! I just looked for my Dos Prompt. That shows how long it is since I needed to use it! So what do we call the operating level that the boot up screen is on if not in DOS?
BIOS
Reply With Quote

Sponsored Links
  #11  
Old 08-21-2006, 01:12 PM
Al_The_Man's Avatar
Community Moderator
 
Join Date: Dec 2003
Location: Canada
Posts: 16,536
Al_The_Man is on a distinguished road
Buy me a Beer?

Originally Posted by fyffe555
All good stuff for an old fart like me who started with CP/M, the QDOS before Microsoft bought it and sold it to IBM as PC-DOS v1 and retained the rights as MS-DOS. Then there was DOS-VSE which ran on mainframes but that's another story...
Also DR-DOS which was giving MS a run for its money, before windows came along and squashed it.
There was also Z-DOS used by Heathkit/Zenith that surpassed MS in the Graphics area (which wasn't hard to do).
Al.
__________________
CNC, Mechatronics Integration and Machine Design.
“Logic will get you from A to B. Imagination will take you everywhere.”
Albert E.
Reply With Quote

  #12   Ban this user!
Old 08-21-2006, 04:20 PM
 
Join Date: Jul 2006
Location: UK
Posts: 13
john_s is on a distinguished road

Originally Posted by diarmaid
OMG Your right! I just looked for my Dos Prompt. That shows how long it is since I needed to use it!
You can get a command ("DOS") prompt up in XP if you start --> run and type "cmd".

It's still the easiest way to do some things

John.
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





All times are GMT -5. The time now is 10:00 AM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361