Help for this page

Select Code to Download


  1. or download this
    C:\PROJECTS\xyz2009>cd c:/projects
    The system cannot find the path specified.
    
    C:\PROJECTS\xyz009>cd c:\projects
    C:\PROJECTS>
    
  2. or download this
    C:\>
    C:\>cd projects/replyto
    C:\PROJECTS\replyto>
    
  3. or download this
    C:\PROJECTS\replyto>cd c:/projects
    The system cannot find the path specified. (didn't work)
    C:\PROJECTS\replyto>cd c:\projects         (does work)
    C:\PROJECTS>
    
  4. or download this
    C:\PROJECTS>type testing/test.pl    (doesn't work)
    The syntax of the command is incorrect.
    ...
    C:\PROJECTS\testing>
    C:\PROJECTS>cd /testing            (works)
    C:\PROJECTS\testing>