I want to create a file, and write endless data to it until the disk is full.
how can i do it from the command line?
thought about something like:
copy con somefile.dat
dir/s (or somthing else, endless) | somefile.dat
(windows powershell commands are also welcomed)