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 > General CNC (Mill and Lathe) Control Software (NC)


General CNC (Mill and Lathe) Control Software (NC) General Discussion of CNC (Mill and Lathe) control software here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 02-23-2009, 12:14 AM
 
Join Date: Feb 2009
Location: usa
Posts: 77
minton is on a distinguished road
BOSS DX32 Delete Directory

How do you DELETE a directory for C: and A:?

Regards,

Bob
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 02-23-2009, 08:52 AM
 
Join Date: Mar 2008
Location: usa
Posts: 9
tapburrbit is on a distinguished road
Dx32 and dos

Hi, Bob

If your already in Dos and one directory below the directory you want to delete, the command is... rmdir_directoryname . the _ is a space.

David N
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 02-23-2009, 09:17 AM
 
Join Date: Jan 2007
Location: USA
Posts: 54
MicroMill is on a distinguished road
From any C:\anydirectory - Type CD C:\ This will take you to the root of your C drive.
You an rmdir unwanted\ to remove the named unwanted directory.
If you are sitting at a C: prompt, you can:
C:\ delete A:\filename or A:\rmdir unwanted
If you are at the A: prompt, just rmdir the unwanted directory or delete the file.
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 02-23-2009, 09:19 AM
 
Join Date: Jan 2007
Location: USA
Posts: 54
MicroMill is on a distinguished road
Originally Posted by tapburrbit View Post
Hi, Bob

If your already in Dos and one directory below the directory you want to delete, the command is... rmdir_directoryname . the _ is a space.

David N

You meant one directory "above" didn't you?

Jim
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 02-23-2009, 10:46 AM
 
Join Date: Mar 2008
Location: usa
Posts: 9
tapburrbit is on a distinguished road
rmdir

No , I meant below, the directory you want to delete. If you were above, in my mind you would be in a sub directory of the one you want to delete. That wound''t be allowed , the directory must be empty to delete it , with the RMDIR command.
Example:
c:\Dir1\Dir2\Dir3 , say you want to delete Dir3, you must be back one in Dir2 and Dir3 must be empty.

Type , rmdir Dir3

There is also a command to delete Multiple levels and content. It may only be available in certain dos versions , I think the command is DELTREE ? And you need to use the wild cards for the content. I don't use it often enough to Know for sure. Be careful it could wipe out everything ! And I don't Know if there's a UNDO. Is there? does anyone know?
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 02-23-2009, 11:12 AM
beege's Avatar  
Join Date: Feb 2008
Location: USA
Posts: 510
beege is on a distinguished road
Originally Posted by tapburrbit View Post
No , I meant below, the directory you want to delete. If you were above, in my mind you would be in a sub directory of the one you want to delete. That wound''t be allowed , the directory must be empty to delete it , with the RMDIR command.
Example:
cir1Dir2Dir3 , say you want to delete Dir3, you must be back one in Dir2 and Dir3 must be empty.

Type , rmdir Dir3

There is also a command to delete Multiple levels and content. It may only be available in certain dos versions , I think the command is DELTREE ? And you need to use the wild cards for the content. I don't use it often enough to Know for sure. Be careful it could wipe out everything ! And I don't Know if there's a UNDO. Is there? does anyone know?
http://en.wikipedia.org/wiki/Deltree
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 02-23-2009, 04:38 PM
 
Join Date: Jan 2007
Location: USA
Posts: 54
MicroMill is on a distinguished road
I guess it's how you look at it. Typically (and correctlly) the root C:\ is the top or highest level. When you say sub-directory, think about as in sub-basement, or subordinate. Those directories are BELOW the root. You have to be at atleast the next higher level in order to do a rmdir or deltree command. Remember the old CD.. syntax? CD.. brings you up one level at a time.
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 02-23-2009, 11:37 PM
 
Join Date: Feb 2009
Location: usa
Posts: 77
minton is on a distinguished road
DX32 HELPERS/GURUS

First, MANY THANKS for your help, it is greatly appreciated.

I tried the command RMDIR <DIR>. In C: it did delete the empty DIRECTORIES. However, it didn't delete those DIRECTORIES that contained FILES.

In A: I believe the same command deleted DIRECTORIES that were empty and also those that contained files. I will check that again to make sure.

When at the C:\ what is needed to delete DIRECTORIES that contain FILES?

Again, Many Thanks!

Bob
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 02-24-2009, 01:33 AM
 
Join Date: Aug 2007
Location: AUSTRALIA
Posts: 8
Charlm is on a distinguished road
Deltree or "delete tree" command is the answer...

This is a dangerous command so use this at your own risk for more info look here
http://www.computerhope.com/deltree.htm
Tweet this Post!Share on Facebook
Reply With Quote

  #10   Ban this user!
Old 02-24-2009, 01:44 AM
 
Join Date: Feb 2009
Location: usa
Posts: 77
minton is on a distinguished road
DX32 Gurus

Will the <deltree> command delete one DIRECTORY or ALL DIRECTORIES?

Regards,

Bob
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 02-24-2009, 02:05 AM
 
Join Date: Aug 2007
Location: AUSTRALIA
Posts: 8
Charlm is on a distinguished road
This command i have found is not in existance on an XP machine but if you are runing DOS from one of the versions before until DOS 5 you will be able to use this command.

The actual command is extreamly powerful as if you were to type in DELTREE C: this command would delete every single directory in C drive but if you are specific about what you want to get rid of all the directories in root directory like for example C:\myfiles\ this command would only get rid of this directory and all of the files and directorys in this directory.

Format is another option if you mant to get rid of every file in a drive as DELTREE spends time deleting every single file individually before it deletes the directory and this can be very tedious for the user.

I remember using DELTREE to delete every single file on a hard drive before formating it and this took about 2 hours. Needless to say the next time i just formated it which took a lot less time.

As a side issue why are you using floppy disks?

I use a USB flash drive and boot my workshop machine to windows 98 download the files and then reboot into dos using the F8 key. This may not be the most elegant way to do this but i still think that in some respects i can do this faster than copying all the files of of a 1.4 mb disk. and besides what happens when one of your g-code files is too big for a old tech floppy disk. (These things are too unsafe for my important data... besides USB flash drives are washable. I have washed (accidently) about 5 of the ones that i use and they still work fine)...

Cheers
Tweet this Post!Share on Facebook
Reply With Quote

  #12   Ban this user!
Old 02-24-2009, 08:04 AM
 
Join Date: Jan 2007
Location: USA
Posts: 54
MicroMill is on a distinguished road
Instead of using the DELTREE as one of the guys pointed out can be dangerous, try doing this...just a little more time consuming but gives you a little safer route.

Get in the directory you want to delete the files in like:

C:\ (starting point)

cd \directorytowack (you type this)

C:\directorytowack ( system replies)

C:\directorytowack del *.* (you are deleting all files in THIS directory)

C:\directorytowack dir (it should be empty)

C:\directorytowack cd.. (bumps you up one level)

C:\ (you are back up to the root)

C:\ rd or rmdir directorytowack

C: dir (directorytowack is gone)

This should get you going.

When you have some "play" time chck out:

http://www.colorado.edu/geography/gc...s/doshelp.html

It's a little tutorial called DOS Essentials

- Jim
Tweet this Post!Share on Facebook
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help!- BOSS DX32 Program Creation Sequence minton General CNC (Mill and Lathe) Control Software (NC) 0 02-21-2009 11:29 PM
Need Help!- BOSS DX32 [F7] MK DIR minton Bridgeport and Hardinge Mills 2 02-18-2009 09:49 AM
Need Help!- Bridgeport Explorer I Boss DX32 minton Bridgeport and Hardinge Mills 2 02-15-2009 10:11 PM
Need Help!- Bridgeport Explorer I Boss DX32 minton Bridgeport and Hardinge Mills 2 02-13-2009 12:12 AM
Upload Directory ??? What is it? Mr.Chips Forum Questions or Problems 0 08-29-2007 12:24 PM




All times are GMT -5. The time now is 04:54 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