October 6, 200322 yr 1. I want to copy a file and always get a syntax error. Is there solution?copy %systemdrive%\install\readme.txt %userprofile%\Desktop2. After the installation of Virtual PC the PC shutdown after 1 minutealways. Error message: RPC remote procedure would terminated. Windows must shutdown PC. A virus cannot be it. The error is only onif VPc was installed. After the Uninstall functions the PC works without problems. I have a 3Com NIC and a AVM ISDN card. Someone has anidea?I hope my English is not so terrible.
October 6, 200322 yr Try using the latest version of WMware workstation instead of Virtual PC. I find it easier and faster./ SwedenXP
October 6, 200322 yr I want to copy a file and always get a syntax error. Is there solution?copy %systemdrive%\install\readme.txt %userprofile%\DesktopTry this instead:copy %systemdrive%\install\readme.txt "%userprofile%\Desktop"%userprofile% (in general) expands to "Documents and Settings", and the shell interprets this as 3 different arguments because of the spaces. Putting quotes around arguments with spaces in them usually fixes this sort of problem.
October 6, 200322 yr If Virtual PC is directly connected to the Internet, you're being exploited by the RPC flaw. You will need to apply the hotfix to fix the RPC flaw before being connected to the Internet. Using Svcpack is the best way to accomplish this.
Create an account or sign in to comment