echo nl- "You want a ramdisk?"
getch huh
if %upcase $huh == "Y"
  d:
  cd \hack
  c:\utility\fastdisk N200
endif

if $1 != ""
  nethack -U ~ $1
endif

play;
set name -U
echo "Which character would you like to load?"
if %first *.sav
 repeat
   echo %name $item
 until %not %next
endif
echo " "
echo nl- ">"
getstr who
if $who == ""
 exit
endif

nethack $name ~ $who
goto play
  
