@rem -- @rem -- This script edits a file on a geocities free account @rem -- and returns the file there. It is dependent on various @rem -- other programs, notably, vim, wget, a set of scripts @rem -- such as upload-geocities.bat and login-geocities-uu.bat @rem -- @rem -- These other scripts can be installed using the script @rem -- get-tools.bat which may be found at @rem -- http://www.geocities.com/matth3wbishop/eg/batch/ wget -O temp.txt http://www.geocities.com/matth3wbishop/%1/%2 vim temp.txt upload-geocities.bat temp.txt %1