22-01-2007, 10:17 PM
|
#1 (permalink)
|
|
In The Zone
Join Date: Sep 2006
Posts: 319
|
Plz solve these three ?ns
__________________
Visit now ;)
www.indiandevs.com - for great free designs :)
www.indiandevs.com/technoworld/ for latest technology news and tricks
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
22-01-2007, 10:28 PM
|
#2 (permalink)
|
|
In The Zone
Join Date: Oct 2005
Location: NEW DELHI
Posts: 436
|
Re: Plz solve these three ?ns
dont know ur b part but for
a) command is ren c:\1.doc 1.txt (assuming u r using a doc file)
c) use mozilla firefox(will solve ur purpose
and i think u hve used all the smileys
__________________
:)) - KEEP SMILING
|
|
|
22-01-2007, 10:32 PM
|
#3 (permalink)
|
|
Human Spambot
Join Date: May 2005
Location: Riding an Oliphaunt
Posts: 2,173
|
Re: Plz solve these three ?ns
For you first question u must either know the extension of the file u want to rename or not.
Now Case 1, u know the extension (say txt to be changed to htm)
ren 1.txt 1.htm
Case 2 U dont know the extension but only the file name say 1 then
ren 1.* 1.htm
__________________
The real and only freedom is Public Domain. Everything else in unfree! Even those who claim to be the self styled evangelists of freedom are not free because freedom cannot be forced by any means!
|
|
|
23-01-2007, 12:05 AM
|
#4 (permalink)
|
|
Microsoft MVP
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
|
Re: Plz solve these three ?ns
2.) Right-click on toolbar and select "Customize", now u can add "View" button in toolbar.
|
|
|
23-01-2007, 12:12 AM
|
#5 (permalink)
|
|
Human Spambot
Join Date: May 2005
Posts: 3,116
|
Re: Plz solve these three ?ns
Quote:
|
Originally Posted by siddharth_2463107
|
You are not a fool because you searched the whole registry for this thing(not many people can do)
And nice smilie show.
|
|
|
23-01-2007, 02:31 PM
|
#6 (permalink)
|
|
In The Zone
Join Date: Sep 2006
Posts: 319
|
Re: Plz solve these three ?ns
Quote:
|
Originally Posted by Vishal Gupta
2.) Right-click on toolbar and select "Customize", now u can add "View" button in toolbar. 
|
I mean the nothing happens when i click on the button
__________
Thanks frnds
Will the ren command chande .dll to .dl_ also
Thanks in advance
__________
Thanks frnds
Will the ren command change .dll file to .dl_ file also
Thanks in advance
Plz solve my c p[art also
__________________
Visit now ;)
www.indiandevs.com - for great free designs :)
www.indiandevs.com/technoworld/ for latest technology news and tricks
Last edited by Siddharth Maheshwari; 23-01-2007 at 02:31 PM.
Reason: Automerged Doublepost
|
|
|
23-01-2007, 02:34 PM
|
#7 (permalink)
|
|
Human Spambot
Join Date: May 2005
Posts: 3,116
|
Re: Plz solve these three ?ns
But now in any of the sites it doesnt remeber me and i can delete the exsisting ids.
what does that mean?
|
|
|
23-01-2007, 03:28 PM
|
#8 (permalink)
|
|
Microsoft MVP
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
|
Re: Plz solve these three ?ns
@Siddharth
Did u apply my "Enable View Menu on Desktop" hack?
|
|
|
23-01-2007, 05:29 PM
|
#9 (permalink)
|
|
Broken In
Join Date: Nov 2006
Location: india, new delhi
Posts: 133
|
Re: Plz solve these three ?ns
@ vishal
the method u gave me to solve the problem "folder option " in tools ,
is that pages ok for sidharth.if yes pl give him
|
|
|
23-01-2007, 05:41 PM
|
#10 (permalink)
|
|
In The Zone
Join Date: Sep 2006
Posts: 319
|
Re: Plz solve these three ?ns
__________________
Visit now ;)
www.indiandevs.com - for great free designs :)
www.indiandevs.com/technoworld/ for latest technology news and tricks
|
|
|
23-01-2007, 05:48 PM
|
#11 (permalink)
|
|
Human Spambot
Join Date: May 2005
Posts: 3,116
|
Re: Plz solve these three ?ns
reapply it then.
|
|
|
23-01-2007, 07:30 PM
|
#12 (permalink)
|
|
Microsoft MVP
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
|
Re: Plz solve these three ?ns
Quote:
|
Originally Posted by siddharth_2463107
|
Thats why I asked about it.
That hack always causes this problem, I also mentioned it in that thread.
Whenever we apply that hack, the "View" buton in toolbar stops working!
|
|
|
23-01-2007, 08:07 PM
|
#13 (permalink)
|
|
In The Zone
Join Date: Sep 2006
Posts: 319
|
Re: Plz solve these three ?ns
Quote:
|
Originally Posted by Vishal Gupta
Thats why I asked about it.
That hack always causes this problem, I also mentioned it in that thread.
Whenever we apply that hack, the "View" buton in toolbar stops working!
|
Oh thanks for telling I will find the hack to overvcome this problem
Thanks for replying
__________________
Visit now ;)
www.indiandevs.com - for great free designs :)
www.indiandevs.com/technoworld/ for latest technology news and tricks
|
|
|
24-01-2007, 02:34 PM
|
#14 (permalink)
|
|
In The Zone
Join Date: Sep 2006
Posts: 319
|
Re: Plz solve these three ?ns
Quote:
|
Originally Posted by kenshin1988
dl_ is compressed dll file(supposing it be from i386 folder)..Use the expand command to extract it...
use the foll command
expand abc.dl_ abc.dll {expand [ source] [ destination]}
BTW dl_ files can be opened with winrar... 
|
I wnat to ask will ren command change .dll to .dl_ also
__________________
Visit now ;)
www.indiandevs.com - for great free designs :)
www.indiandevs.com/technoworld/ for latest technology news and tricks
|
|
|
24-01-2007, 05:26 PM
|
#15 (permalink)
|
|
In The Zone
Join Date: Sep 2006
Posts: 319
|
Re: Plz solve these three ?ns
Quote:
|
Originally Posted by kenshin1988
With ren command u can change the extension for a file...but can't change its type.(obviously..)....The dl_ files which are in i386 folder of winXP setup are basically zip files containing the dll....eg..hal.dl_ is actually a zipped file containing hal.dll...
So Obviously u cannot expect a zip file to get converted to a dll just by renaming it...U have to extract it using expand command..
to change the dll files to dl_ u have to compress the file and then rename the file to .dl_.. 
|
That means I can change a .zip file to .dl_ file
Also plz tell me the dos command to change the extension of multiple files at a time
I have nearly 1000icons in a folder i want to change them in .bmp plz tell me the command
__________________
Visit now ;)
www.indiandevs.com - for great free designs :)
www.indiandevs.com/technoworld/ for latest technology news and tricks
|
|
|
24-01-2007, 05:41 PM
|
#16 (permalink)
|
|
Microsoft MVP
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
|
Re: Plz solve these three ?ns
^^Buddy! U can't change a filetype using DOS commands.
When U'll rename the file "a.ico" to "a.bmp", it'll not convert the ico file into BMP file. It'll only rename the file but it'll remain an ico file.
U can use various softwares to change filetypes.
And regarding to dl_ files, these are compressed dll files, to create these compressed files u can use following command:
makecab file_name
for example:
makecab shell32.dll
and to extract actual file from these compressed file use following command:
expand old_file_name new_file_name
example:
expand shell32.dl_ shell32.dll
|
|
|
24-01-2007, 05:47 PM
|
#17 (permalink)
|
|
In The Zone
Join Date: Sep 2006
Posts: 319
|
Re: Plz solve these three ?ns
Quote:
|
Originally Posted by Vishal Gupta
^^Buddy! U can't change a filetype using DOS commands.
When U'll rename the file "a.ico" to "a.bmp", it'll not convert the ico file into BMP file. It'll only rename the file but it'll remain an ico file.
U can use various softwares to change filetypes.
|
dude will u tell me some of the freeware softwares for the above thing and plz tell how u know this much
__________
And one more thing can u tell me when we change the background of a window why we use [{BE098140-A513-11D0-A3A4-00C04FD706EC}]
for example
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
iconarea_image=C:\WINDOWS\Web\Wallpaper\VistaBliss .jpg
iconarea_text=0x00FFFFFF
Thanks in advance
__________________
Visit now ;)
www.indiandevs.com - for great free designs :)
www.indiandevs.com/technoworld/ for latest technology news and tricks
Last edited by Siddharth Maheshwari; 24-01-2007 at 05:47 PM.
Reason: Automerged Doublepost
|
|
|
24-01-2007, 06:00 PM
|
#18 (permalink)
|
|
Microsoft MVP
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
|
Re: Plz solve these three ?ns
1.) Open the ico file in mspaint and then Save as the file to BMP file.
2.) Knowledge comes with experience.
3.) Coz this string is hardcoded into windows shell and used for "Folder Settings". Many such strings are used for other tasks, like:
{8BEBB290-52D0-11d0-B7F4-00C04FD706EC} for Thumbnails View.
|
|
|
24-01-2007, 06:24 PM
|
#19 (permalink)
|
|
Beware of the innocent
Join Date: Dec 2005
Posts: 1,024
|
Re: Plz solve these three ?ns
if you have a lot of ico files, irfanview's batch convert would be a better bet, wouldn't it be, vishal?
__________________
Life is too short. Have fun.
|
|
|
24-01-2007, 06:28 PM
|
#20 (permalink)
|
|
Microsoft MVP
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
|
Re: Plz solve these three ?ns
^^ Indeed.
|
|
|
24-01-2007, 07:29 PM
|
#21 (permalink)
|
|
In The Zone
Join Date: Sep 2006
Posts: 319
|
Re: Plz solve these three ?ns
__________________
Visit now ;)
www.indiandevs.com - for great free designs :)
www.indiandevs.com/technoworld/ for latest technology news and tricks
|
|
|
24-01-2007, 07:32 PM
|
#22 (permalink)
|
|
Microsoft MVP
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
|
Re: Plz solve these three ?ns
All these strings are placed in "Shell32.dll" file.
But don't even think about playing with them otherwise u'll get a non-bootable system.
|
|
|
24-01-2007, 08:16 PM
|
#23 (permalink)
|
|
In The Zone
Join Date: Sep 2006
Posts: 319
|
Re: Plz solve these three ?ns
Quote:
|
Originally Posted by Vishal Gupta
All these strings are placed in "Shell32.dll" file.
But don't even think about playing with them otherwise u'll get a non-bootable system. 
|
No i just want to know abt them r they in string section
__________________
Visit now ;)
www.indiandevs.com - for great free designs :)
www.indiandevs.com/technoworld/ for latest technology news and tricks
|
|
|
24-01-2007, 08:24 PM
|
#24 (permalink)
|
|
Microsoft MVP
Join Date: Jul 2005
Location: AskVG.com
Posts: 5,173
|
Re: Plz solve these three ?ns
In REGINST section.
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|