@ECHO OFF cls echo ****************************************************************** echo * * echo * Guiding Force Install Patch for WinXP/Win2K * echo * * echo ****************************************************************** echo The Guiding Force CDROM must be inserted in order to echo continue. Please load the CD Now. When the disc is loaded pause cls echo What drive is the Guiding Force CDROM in? :source set /P S=[c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z]? cls echo What drive would you like to install Guiding Force to? :destination set /P D=[c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z]? %D%: cd\ md GuidingForce cd GuidingForce cls echo Copying Program Files... copy %S%:\GuidingForce\*.* copy %S%:\*.htm cls echo Copying Movie Files... copy %S%:\GuidingForce\Movies\*.* cls echo Guiding Force has been installed at %D%:\GuidingForce pause exit