how to change size of folder in dos?
Results 1 to 5 of 5

Thread: how to change size of folder in dos?

  1. #1
    Join Date
    Feb 2005
    Posts
    2

    how to change size of folder in dos?

    Am trying to use XCOPY to copy a folder from a CD to C: as a workaround due to problems upgrading from Win 98 to WIN 2K. I can only get into dos due to the problem. I created a folder on C:, but when I use XCOPY it copies the first 116 files over then runs out of space. I need to increase the folder size to 195,781,102 bytes. Any idea how??

    Tori

  2. #2
    Join Date
    Mar 2002
    Location
    Alberta, Canada
    Posts
    148
    What is the command line string you're using? Are there any sub-directories within the directory you're copying?
    It's a good day when you learn something.

  3. #3
    Join Date
    Aug 2001
    Location
    Joplin, MO USA
    Posts
    2,139
    I think you may be misinterpreting the results you are seeing. You shouldn't need to do anything about the actual folder "size" but rather the location of data within the folder.

    There is a limited number of files that can be put into the "root" directory on a drive, but this limitation doesn't pertain to subfolders.

    So... if you'll just create a folder on the C: drive with a folder name, and copy your files into this "sub-folder" (actually a "sub-directory"), I think your problem will resolve itself.

    If I'm off base, let me know and I'll dig a little deeper...
    Various Windows and Linux platforms...

  4. #4
    Join Date
    Jun 2003
    Location
    Hollywood, CA
    Posts
    218
    Are you trying to use DOS XCOPY to move files to an "NT" file system on your new Win2K?

  5. #5
    Join Date
    Mar 2002
    Location
    Alberta, Canada
    Posts
    148
    Dos won't "see" an NTFS partition so the destination directory (which is accepting 116 files) must be in dos.

    Tori, I take it you're trying to copy the Win2K setup files to your FAT32 C: drive. Does the C: drive have the free space available?

    xcopy X:\Subdir\*.* c:\win2k\ /e/h/I
    (where X: is the cdrom drive letter and \Subdir\*.* are the source dirs/files.)

    The use of the /I switch precludes creating the directory first. It will be accomplished via the xcopy command line.
    It's a good day when you learn something.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •