WHAT ABOUT THE COPY DIR QUESTION
Main Topics
Browse All TopicsHow do I run the command prompt Winnt32.exe command with the /copydir: testadpcrd switch. I am trying to do this in the cmd shell but it is not working. What is the syntax for this. I am trying to understand winnt.exe and winnt32.exe. Any explantions to these questions would be appreciated.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
QUESTION 2:
You work as the network administrator at Certkiller .com. The
Certkiller .com network consists of a single Active Directory domain named
Certkiller .com. All servers on the Certkiller .com network run Windows 2000 Server. Half the client computers run Windows NT 4.0 Workstation and the rest run
Windows XP Professional. The Certkiller .com network also contains a file server named Certkiller -SR24.
You need to upgrade a Windows NT 4.0 client computer named Certkiller -WS290
to Windows XP Professional. However, the Windows XP Professional installation CD does not contain the drivers for the network adapter card currently installed on Certkiller -WS290. You copy the i386 folder from the Windows XP professional installation CD to a shared folder named i386 on Certkiller -SR24. In the i386
shared folder you create a folder named Testadpcrd and copy the drivers for the network adapter card to the Testadpcrd folder.
You want the Testadpcrd folder to be copied to the folder on Certkiller -WS290 during the upgrade process. After the upgrade, you want to be able to access the drivers in the Testadpcrd folder for future use.
What should you do on Certkiller -WS290?
A. At a command prompt, run the Winnt.exe command with the /r:testadpcrd switch.
B. At a command prompt, run the Winnt.exe command with the /rx:testadpcrd switch.
C. At a command prompt, run the Winnt32.exe command with the
/copysource:testadpcrd switch.
D. At a command prompt, run the Winnt32.exe command with the /copydir:testadpcrd switch.
Answer: D Explanation:
In the i386 folder you will find the Winnt32.exe or
Winnt.exe. In the command prompt you the use the Winnt32.exe command with the copydir switch. The copydir:folder name create a customized subfolders that can be used with the Windows XP Professional installation. If you use the /copydir option,
the folder is not deleted. Incorrect answers:
A: The /r switch is used with the winnt command. The winnt command
is used to install Windows XP Professional on a computer that is not running Windows
98, Windows Me, Windows NT 4 Workstation, Windows 2000 Professional, or Windows
XP Home Edition.
B: The /rx switch is used with the winnt command. The winnt command is used to install Windows XP Professional on a computer that is not running Windows 98, Windows Me, Windows NT 4 Workstation, Windows 2000 Professional, or Windows XP Home
Edition.
C: The /copysource:folder name is used to create a temporary subfolder for Windows XP Professional files to be used during the installation process. Once the installation process
is complete, the folders created with this process are deleted. If you use the /copydir
option, the folder is not deleted. Reference:
Lisa Donald & James Chellis, MCSA/MCSE: Windows XP Professional
Study Guide; Third Edition, Sybex Inc., Alameda, 2005, P. 11
If you want just to copy directory - use XCOPY
Syntax and examples here:
http://ss64.com/nt/xcopy.h
In Vista you'd rather use ROBOCOPY
Syntax and example here:
http://www.mydigitallife.i
And you can always get help from command prompt - just type XCOPY /? or ROBOCOPY /?
>> My understanding is that your command will search in drive C only..
True. But the IIRC the winnt executables should reside under the C:\WINNT or C:\WINDOWS directories. Either the the system or system32 directories. If the WINNT(s) exist the should have been in the folders listed in the PATH variable anyway.
>> BTW DornerDiamonds did not tell us what OS he/she has..
Another good point. I think the WINNT32 was NT 4.0 and below. Ate least I can't find it on our sole 2000 server and not on my WinXP.
In the link I provided in my first message it is stated that:
You can start Setup by using the Winnt32.exe command line tool from Windows 95, Windows 98, Windows Millennium Edition, Windows NT 4.0, Windows 2000, Windows XP Professional, and the Windows Server 2003 family.
You will not be able to run it on Vista. You will get error message type of: "The program is blocked due to compatibility issues"
Business Accounts
Answer for Membership
by: msacc97Posted on 2009-09-09 at 13:54:26ID: 25295461
DornerDiamonds,
om/en-us/l ibrary/ cc7 82342%28WS .10%29.asp x
http://technet.microsoft.c
winnt.exe runs under 16-bit operating systems (MS-DOS, Windows 3.x..), winnt32.exe runs under 32-bit operating systems (Windows 95 and later..)
PS But why are you asking that in MS Access section?..