An easier way to expand pup001 in windows XP

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
sivart

An easier way to expand pup001 in windows XP

#1 Post 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.

Post Reply