Page 1 of 1

An easier way to expand pup001 in windows XP

Posted: Thu 29 Sep 2005, 17:28
by sivart
there's an easier way to do it.
open up notepad and put

cd \
fsutil file createnew pupextra 128000000
copy /b pup001 pup001.bak
copy /b pup001+pupextra pup001
del pupextra

in there and save it as whatever.bat

that way, you don't have to sit and wait for pup001 to copy to pup001.bak (which takes longest) and there's no typing involved.