|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
hi sorry bout posting this in some one elses question as well but i need to replace my explorer.exe file in safe mode but i dont know the commands can any one help
Thanks Neo ![]() |
|
#2
|
||||
|
||||
|
Most command prompts on windows show the help if you type "/?" after the commend.
Code:
C:\>copy /?
Copies one or more files to another location.
COPY [/V] [/N] [/Y | /-Y] [/Z] [/A | /B ] source [/A | /B]
[+ source [/A | /B] [+ ...]] [destination [/A | /B]]
source Specifies the file or files to be copied.
/A Indicates an ASCII text file.
/B Indicates a binary file.
destination Specifies the directory and/or filename for the new file(s).
/V Verifies that new files are written correctly.
/N Uses short filename, if available, when copying a file with a
non-8dot3 name.
/Y Suppresses prompting to confirm you want to overwrite an
existing destination file.
/-Y Causes prompting to confirm you want to overwrite an
existing destination file.
/Z Copies networked files in restartable mode.
The switch /Y may be preset in the COPYCMD environment variable.
This may be overridden with /-Y on the command line. Default is
to prompt on overwrites unless COPY command is being executed from
within a batch script.
To append files, specify a single file for destination, but multiple files
for source (using wildcards or file1+file2+file3 format).
|
|
#3
|
|||
|
|||
|
hi i found that but im a noob and it made no sense to me at all so could i please have a sample or more detailed help thanks
Neo ![]() |
|
#4
|
||||
|
||||
|
what are you replacing explorer.exe with? and why??
I'm pretty sure explorer.exe is a core component of Windows... you don't want to make a mistake! |
|
#5
|
|||
|
|||
|
Quote:
Hi I want to add a further computer to an existing basic network of 8 computers. ( XP home ) What is the cmd for establishing the servers ip address? Also what would be a good ip address to assign to the new additional computer? Also is there anyway of using the cmd to test the connection between the two once all set up? Thanks |
|
#6
|
||||
|
||||
|
shedload, you might get better results if you start a new thread.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > command prompt help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|