@echo off echo Installing Photo Resizing program/s echo ----------------------------------- copy PhotoResize*.exe "%HOMEDRIVE%%HOMEPATH%\SendTo" echo. echo. echo Files have been copied to the directory: %HOMEDRIVE%%HOMEPATH%\SendTo echo. echo NOTE: This program must be run for each User Name on a computer. echo. echo To use these programs, select 1 or more Photo image files then right click on echo one of them, selecting the Send To option, and one of the files beginning with echo "PhotoResize" and the file/photo size you want. echo. echo The name of the file will be in the format PhotoResizeYYY.exe where YYY is echo the new width of the Photo image. echo. echo The newly generated Photo image files/s will have the "-YYY" value concatinated echo to the end of the photo file name and they will be in the same directory as the original/s. echo. pause