Search found 6 matches

by tbs2002
Wed Mar 09, 2011 11:10 pm
Forum: Quick Batch File Compiler
Topic: Need help copying an Embeeded file to a local folder
Replies: 4
Views: 14993

Please try: echo %MYFILES% should return: C:\Documents and Settings\username\Local Settings\Application Data can you give me example ? how to write it form beginning do you mean : echo %MYFILES% copy "%USERPROFILE%\Local Settings\Application Data\sound1.wav" "C:\temp\sound1.wav"...
by tbs2002
Wed Mar 09, 2011 11:00 pm
Forum: Quick Batch File Compiler
Topic: Change windows xp desktop wallpaper
Replies: 3
Views: 13896

where is the support team ?

or this is ghosts forum ?
by tbs2002
Fri Mar 04, 2011 10:10 pm
Forum: Quick Batch File Compiler
Topic: How to include ***.reg files
Replies: 6
Views: 19805

May be the problem is how to deal with %MYFILES% because i try it without compile and its worked but when i compile it not worked
by tbs2002
Tue Mar 01, 2011 12:28 pm
Forum: Quick Batch File Compiler
Topic: How to include ***.reg files
Replies: 6
Views: 19805

Re: how to add reg files

in your script just type Regedit /s "%MYFILES%\YOURFILE.reg" the reg file must be included into your %my files% or the correct path must be specified that will add the .reg file to your registry without any prompts hope that helps you from 2007 lol its not working with me ? can you give a...
by tbs2002
Tue Mar 01, 2011 12:25 pm
Forum: Quick Batch File Compiler
Topic: quick format without asking permission
Replies: 0
Views: 16282

quick format without asking permission

quick format without asking permission

format X: /q /u /v:new /y
X: the drive you want to format

its worked
by tbs2002
Tue Mar 01, 2011 12:20 pm
Forum: Quick Batch File Compiler
Topic: Change windows xp desktop wallpaper
Replies: 3
Views: 13896

Change windows xp desktop wallpaper

can you help me : i use : copy "%MYFILES%\wall.bmp" "C:\windows\wall.bmp" Regedit /s "%MYFILES%\wall.reg" and wall.reg contain : Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\Desktop] "Wallpaper"="C:\\WINDOWS\\wall.bmp" "...