hakeem5454 Posted July 1, 2005 Posted July 1, 2005 can someone explain on how to do the modifype part: because i dont understand the:Do you know the full path to your file? If you don't feel like typing in the entire path, then simply navigate to the folder. If you have the ability to open a command prompt by right clicking on a folder, that's even easier.Once in your folder, type at the prompt: modifype.exe filename.xxx -c Replacing filename.xxx with your filename, or if needed the the complete path then your filename ( C:\winntbbu.dll for the screenshot below).part.... how exactly do i do this....everytime i try it gives me an error?
Lost Soul Posted July 1, 2005 Posted July 1, 2005 can someone explain on how to do the modifype part: because i dont understand the:Do you know the full path to your file? If you don't feel like typing in the entire path, then simply navigate to the folder. If you have the ability to open a command prompt by right clicking on a folder, that's even easier.Once in your folder, type at the prompt: modifype.exe filename.xxx -c Replacing filename.xxx with your filename, or if needed the the complete path then your filename ( C:\winntbbu.dll for the screenshot below).part.... how exactly do i do this....everytime i try it gives me an error?<{POST_SNAPBACK}>ok try this heres a easy mehod for youmake you a folder in your c drive call it anything you want,, example C:\testplace your file modifype.exe and any file you want to modifype in this foldernow go to start and hit runtype cmdthen at the command prompt type cd\testthat will switch you to the right folder that you want to be inthen type modifype.exe whatever.exe -cthen if done right it will give you a promt with no errors found,then just make a cab of the file if needed..hope that helps
Achdine Posted July 1, 2005 Posted July 1, 2005 (edited) The quote you gave assumes you have a basic understanding of the command line.Edited for being wrong.Anyway, let's break down the quote you were having trouble with:Do you know the full path to your file? If you don't feel like typing in the entire path, then simply navigate to the folder. If you have the ability to open a command prompt by right clicking on a folder, that's even easier. What this means is you're supposed to use the command line to navigate to where the file you want to modify is. You can either do this by "typing in the entire path," for example, CD "%UserProfile%\Desktop\ModifyPE" or by "navigat[ing] to the folder" using multiple CD commands: CD "%UserProfile%"CD DesktopCD ModifyPE "If you have the ability to open a command prompt by right clicking on a folder, that's even easier." This is referring to a tweak that adds the ability to right-click on a folder in Windows Explorer and open a command line directly to this folder. It is the same thing as typing either of the above commands.Lastly, the actual command and modifying the file. Make sure ModifyPE.exe is in the same folder as the file you want to modify, then type ModifyPE.exe <filename> -c where <filename> is the name and extension of the file you want to modify, which will usually be a dll (but doesn't have to be). You should see "No Error occurred, have a nice day" in the command line. If you get an error, please post it here and someone can give you more specific help. Edited July 1, 2005 by Achdine
Lost Soul Posted July 1, 2005 Posted July 1, 2005 @Achdineactually the command i gave for cd\test when used will definatly work on changing directory while in the command prompt,, and it is the easiest way to describt it,, for some one that is new
Achdine Posted July 1, 2005 Posted July 1, 2005 (edited) Edited for...also being wrong. Edited July 1, 2005 by Achdine
Lost Soul Posted July 1, 2005 Posted July 1, 2005 Lost Soul...have you used the Command Line before? Open it up, and type "CD\<anyfolder>" I can guarantee you that it will not work, and I can also guarantee that when the average person opens the command line %UserProfile% is the working directory. You are wayyyy off base. From "CD /?",CHDIR [/D] [drive:][path]CHDIR [..]CD [/D] [drive:][path]CD [..]<{POST_SNAPBACK}>no way i wont arguer over some thing so small.. all he has to do is open the command prompt by typing 1. cmd2. type cd\test3. mod your file,, and thats itthis method works just fine.. so hakeem,, use what ever method you find easiest,,as for Achdine dont flame a post unless youve tried every possibility,,end of post
Gee Posted July 1, 2005 Posted July 1, 2005 Lost Soul...have you used the Command Line before? Open it up, and type "CD\<anyfolder>" I can guarantee you that it will not work, and I can also guarantee that when the average person opens the command line %UserProfile% is the working directory. You are wayyyy off base. From "CD /?",CHDIR [/D] [drive:][path]CHDIR [..]CD [/D] [drive:][path]CD [..]<{POST_SNAPBACK}>You are out to lunch.I have been using DOS since version 2.1There is nothing wrong with Lost Soul's syntax.He just simplified your version into one short simple command.Open a CMD WindowC:\Documents and Settings\hakeem5454> md\testC:\Documents and Settings\hakeem5454> cd\testis the same asC:\Documents and Settings\hakeem5454> cd\C:\Documents and Settings\hakeem5454> md testC:\Documents and Settings\hakeem5454> cd testThe backslash (\) is used to signify root as well as a seperator for multiple directoriesUNIX uses the slash (/) instead of backslashso in UNIX you would need to entercd ~mkdir testcd /home/hakeem5454/testor you can combine the commandsmkdir ~/test/cd ~/testIn UNIX, a space is required between cd or mkdir (md)
Achdine Posted July 1, 2005 Posted July 1, 2005 @Gee and Lost Soul...You're right. Thanks for explaining without being insulting/rude Gee. I apologize for my mistake (and I wish I could blame it on being so used to Bash, but I'm still not that comfortable on it ) and I'm sorry for trying to be helpful.When I tested the command out I tried it with a folder I had in the root for several weeks, which had since been deleted. Thus my confusion.Mmmm....lunch.
hatred Posted July 2, 2005 Posted July 2, 2005 (edited) Does modifype actully Work ?? I Mean ive Copyed The winntbbu.dll Out Of The i386 Folder Ive Changed the The BMP In it Saved It Ran modifype On The Dll It Comes Back Saying No Error occurred, have a nice day. Ive Just Modded the file ... Wouldint There Be something To Fix? Edited July 2, 2005 by hatred
Gee Posted July 2, 2005 Posted July 2, 2005 Does modifype actully Work ?? I Mean ive Copyed The winntbbu.dll Out Of The i386 Folder Ive Changed the The BMP In it Saved It Ran modifype On The Dll It Comes Back Saying No Error occurred, have a nice day. Ive Just Modded the file ... Wouldint There Be something To Fix?<{POST_SNAPBACK}>Yes ModifyPE works perfectly. All it does is correct the Checksums. If you are planning on recompressing the file via makecab and adding it to your Unattended Install, this is a necessary step. Otherwise, during the install, XP will not copy the file over and report a error copying winntbbu.dl_
Lost Soul Posted July 2, 2005 Posted July 2, 2005 if your going to cab a file the syntax would bemakecab file.exe
hatred Posted July 3, 2005 Posted July 3, 2005 Ok . Was Just wondering About the modifype Cause When I use It. It Allways says No Errors Have A Nice Day. Kinda thought It Would Give You some Indication That It Fixed the Dll
hakeem5454 Posted July 3, 2005 Author Posted July 3, 2005 ok im so confused now:S:Swhat do i have to type in the CMD window if i put the modifype file in the system32 folder(just like in the guide)
maxXPsoft Posted July 4, 2005 Posted July 4, 2005 Ok . Was Just wondering About the modifype Cause When I use It. It Allways says No Errors Have A Nice Day. Kinda thought It Would Give You some Indication That It Fixed the DllThats it, Have A Nice Day means it done what was needed, you then have to pack it up with makecab
maxXPsoft Posted July 4, 2005 Posted July 4, 2005 (edited) ok im so confused now:S:Swhat do i have to type in the CMD window if i put the modifype file in the system32 folder(just like in the guide)put MODIFYPE.EXE in same directory as the file then all you need ismodifype.exe winntbbu.dll -c in a dos prompt Edited July 4, 2005 by maxXPsoft
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now