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! > Machine Controllers Software and Solutions > TurboCNC


TurboCNC Discuss TurboCNC controller software here!


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 09-25-2005, 10:16 AM
Wanna be
 
Join Date: Mar 2004
Location: United States
Posts: 517
Hack is on a distinguished road
Help gettig pure dos installed

I am currently running TurboCNC under on a Win 95 box and want to get rid of that and install pure DOS. Went to bootdisk.com and downloaded a copy of dos 6.22 extracted it onto a floppy and headed for the shop to start intalling. Slipped the floppy into the drive, booted it up - worked good - got it to the a:/ prompt. Was going to use the disc to format the harddrive so I typed format c: and was given an invalid drive error.

Can anyone tell me why? C has always been the label for the hard drive on this computer.

Thank you

Dan
__________________
Check out what I am working on at www.routerbitz.com!
Reply With Quote

  #2   Ban this user!
Old 09-25-2005, 10:20 AM
anoel's Avatar  
Join Date: Apr 2003
Location: Central Illinois
Posts: 465
anoel is on a distinguished road

Because DOS 6.2 and lower cannot read FAT32 formatted Hard Drives.

I'd recommend leaving the system as is. When you boot win95 into dos you are running DOS 7. Or of course You can always create your own boot
But if you insist on using the DOS that you imaged to floppy then you need to use the FDISK utiliy to repartition the had disk with FAT.
__________________
Nathan
Reply With Quote

  #3   Ban this user!
Old 09-25-2005, 10:31 AM
Brokengears's Avatar  
Join Date: May 2005
Location: US
Age: 41
Posts: 23
Brokengears is on a distinguished road

If your trying to clear the system completely you can use an application called delpart.exe, its a utility similar to FDISK, but more effective, kind of like a low level format, when i an changing systems around I delpart the hard drive, FDSIK the hard drive and set up my partitions, I usually split the drive in half, this allows me to run the applications on one partition and save my code to another partition, I have not used win 95 in quite some time, but if I remember correctly windows 95 runs as a shell in dos anyways, you could always leave win95 on there and just edit your autoexec.batch files to not load windows but just drop you into a command prompt.
you can edit the autoexec.bat, remove the "win" command from the last line in the autoexec and replace it with c:\cncappyouwanttorun/path.executable doing this will allow you to boot directly to the program you want, be sure to edit the actual path to the correct path for your allpication, now if you ever need to run windows you would only need to go back to the dos prompt and type win that will load win95 if you ever need it.
Reply With Quote

  #4  
Old 09-25-2005, 10:48 AM
Al_The_Man's Avatar
Community Moderator
 
Join Date: Dec 2003
Location: Canada
Posts: 16,544
Al_The_Man is on a distinguished road
Buy me a Beer?

There was a link here for stand alone DOS 7.1 it will read fat32 and long file names, it even has its own DOS flash screen. I will try and find it, Paul listed it some time ago.
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

  #5  
Old 09-25-2005, 11:53 AM
Al_The_Man's Avatar
Community Moderator
 
Join Date: Dec 2003
Location: Canada
Posts: 16,544
Al_The_Man is on a distinguished road
Buy me a Beer?

I think this is still a good link for it.
http://www.cn-dos.net/msdos71/
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

Sponsored Links
  #6  
Old 09-25-2005, 11:56 AM
ger21's Avatar
Community Moderator
 
Join Date: Mar 2003
Location: Shelby Twp, MI....USA
Posts: 20,467
ger21 is on a distinguished road
Buy me a Beer?

The bootdisk.com DOS can't be installed to your hard drive. You need a set of the installation disks. You might want to try FreeDos.

http://www.fdos.org/ripcord/beta9sr1/

To get rid of Win95, shut down and use the reboot to MS-DOS option.
Warning!! This will remove EVERYTHING from your hard drive.
Type Format C:
__________________
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

  #7   Ban this user!
Old 09-25-2005, 12:20 PM
 
Join Date: Sep 2005
Location: usa
Posts: 10
cnc_ken is on a distinguished road

DOS only recognizes a 2gb hard drive. If you had win95 setup and the hard drive was greater than 2gb it was using a FAT32 file system that DOS won't recognize. Load your DOS floppy and at a: prompt type fdisk. You'll have to choose the ' Delete Non-DOS partition. Then create a partition of maximum size. If DOS disk still dosen't recognize the hard drive. Boot with a WIN95 startup disk and use fdisk to delete your Primary partition. Then re-do the previous step I just described. Good Luck!
Reply With Quote

  #8  
Old 09-25-2005, 01:30 PM
Al_The_Man's Avatar
Community Moderator
 
Join Date: Dec 2003
Location: Canada
Posts: 16,544
Al_The_Man is on a distinguished road
Buy me a Beer?

Originally Posted by cnc_ken
DOS only recognizes a 2gb hard drive.
This is a copy of the list of features now on the DOS 7.1 stand-alone.

* 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
* Also alot of utilities Norton etc and many more...

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

  #9   Ban this user!
Old 09-29-2005, 05:39 AM
mdreitzusa's Avatar  
Join Date: May 2005
Location: usa
Age: 45
Posts: 150
mdreitzusa is on a distinguished road

i use turbocnc from a bootable floppy in my win98 machine.it works fine for my cnc. maybe it would work for you.
Reply With Quote

  #10   Ban this user!
Old 09-29-2005, 07:20 AM
PEU's Avatar
PEU PEU is offline
 
Join Date: May 2005
Location: Buenos Aires - Argentina (I like Ribs)
Age: 44
Posts: 921
PEU is on a distinguished road

Or you can create a boot CD to boot DOS, so you dont depend on the unrealiable floppy disks, and the good thing is that you can fill the whole cd with utils

I use the boot image included in NeroCD that reads any FAT and also NTFS.

Flashdrives are also a good alternative if your PC allows booting from them.


Pablo
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 09-30-2005, 03:02 PM
 
Join Date: Mar 2005
Location: Sweden
Posts: 18
mk2lehe is on a distinguished road

Today I installed FreeDos on my laptop with XP, just for TurboCNC. This is how I did it, but be aware: You might end up with a system that won't boot if you mess things up.

1. Download and create a full "Ultimate Boot CD". Google it. It is truly a piece of art.
2. Resize the NTFS partition (or whatever you have), make it a little smaller. I shrank it 50 MB.
3. Create a FAT partition on the empty space. Format it.
4. Install GAG dual boot utility, from Ultimate boot cd.
5. Install FreeDos.
6. Install TurboCNC.


Henrik
Reply With Quote

  #12   Ban this user!
Old 10-02-2005, 09:26 PM
 
Join Date: Feb 2004
Location: hh
Posts: 813
Stevie is on a distinguished road

Originally Posted by Al_The_Man
I think this is still a good link for it.
http://www.cn-dos.net/msdos71/
Al.
IT SURE IS Al

THANKS!!
I already installed it on 2 HHD
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 12:13 PM.





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