Content Top
DAL Computer Help » Operating System Help » Windows XP Help » batch

Recommended Fix

Click here to fix Windows Errors and Optimize Windows Performance

Need Computer Help?
Register Now for FREE

batch

Reply
Thread Tools
Windows XP Help
  #1 (permalink)  
Old 19-04-2007, 05:22 PM
zerozone's Avatar
Dedicated Member
Contributor
 
Join Date: Jan 2007
Posts: 366
zerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big deal
batch

@echo off
call :quiet>nul 2>&1
goto :EOF
:quiet
:: Configure Wallpaper
REG ADD "HKCU\Control Panel\Desktop" /V Wallpaper /T REG_SZ /F /D "%SystemRoot%\Coffee Bean.bmp"
REG ADD "HKCU\Control Panel\Desktop" /V WallpaperStyle /T REG_SZ /F /D 0
REG ADD "HKCU\Control Panel\Desktop" /V TileWallpaper /T REG_SZ /F /D 2
:: Configure the screen saver.

:: Make the changes effective immediately
%SystemRoot%\System32\RUNDLL32.EXE user32.dll, UpdatePerUserSystemParameters



here a batch file, can anyone tell me why the c:\windows is %SystemRoot%\


i want to change to a image at the directory to f:\

i install my xp in my c:\
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 20-04-2007, 06:52 AM
jephree's Avatar
¨*·.¸ «.·°·..·°·.» ¸.·*¨
 
Join Date: Jun 2004
Posts: 25,326
jephree is beginning to become part of the furniturejephree is beginning to become part of the furniturejephree is beginning to become part of the furniturejephree is beginning to become part of the furniturejephree is beginning to become part of the furniturejephree is beginning to become part of the furniturejephree is beginning to become part of the furniturejephree is beginning to become part of the furniturejephree is beginning to become part of the furniturejephree is beginning to become part of the furniturejephree is beginning to become part of the furniture
Re: batch

%systemroot% is the volume you are logged into. It is just a variable place holder as it were.

If you are running XP in C: as usual then C: is %systemroot%.

I am not certain but would guess you want to remove the first mention of %systemroot% and only specify F:.

Presuming the .bmp is on F:. If not perhaps move it to F:.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 20-04-2007, 05:17 PM
zerozone's Avatar
Dedicated Member
Contributor
 
Join Date: Jan 2007
Posts: 366
zerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big dealzerozone is quite a big deal
Re: batch

you saw the code up there is there anyway to change to it.

is there any other folder that have those % thing
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Batch file help sammy004 Windows XP Help 3 26-07-2008 03:18 AM
batch zerozone A Question to the community! 9 30-07-2007 06:49 AM
edit registry batch zerozone Windows XP Help 1 27-04-2007 01:03 AM
Batch File Dan Penny Windows XP Help 1 30-03-2007 10:15 PM
Whole batch of XP problems GWGumby Windows XP Help 1 05-07-2004 10:53 AM


All times are GMT +1. The time now is 08:55 PM.

Bottom Corner