#how do i access a particular file in a drive thro command prompt?

1 messages · Page 1 of 1 (latest)

dry river
#

guys my cmd prompt is not able to locate files in drives or in desktop
lets say ive created a file "X" in D drive, then when i navigate to D drive and search for X
D: \ >X
it throws an error stating
'X' is not recognised as an internal or external command , operable program or batch file
how do i fix this? (edited)

fast pendant
#

Can you show us the exact commands you used and their results?

Also, are you sure that the D drive exists?

desert condor
#

dir D:\X*.* /s /b

#

cmd.exe accepts MS-DOS command or executables as first parameter