any reason to do in CMD ?
heres how to setup move
http://www.easydos.com/move.html
http://www.computerhope.com/movehlp.htm
Use CD to goto the folder
CD C:\Users\Skamalkanth\Desktop\Native Files\General\PDF Files
Move RA439538001_00.pdf C:\Users\Skamalkanth\Desktop\Native Files\General\PDF Files\Bridge GOSP-2
OR from what ever folder you are in
MOVE
C:\Users\Skamalkanth\Desktop\Native Files\General\PDF Files\RA439538001_00.pdf
C:\Users\Skamalkanth\Desktop\Native Files\General\PDF Files\Bridge GOSP-2
you can use wild cards * and ? for specific characters locations in the file
MOVE
C:\Users\Skamalkanth\Desktop\Native Files\General\PDF Files\*.pdf
C:\Users\Skamalkanth\Desktop\Native Files\General\PDF Files\Bridge GOSP-2
will move ALL pdfs
MOVE
C:\Users\Skamalkanth\Desktop\Native Files\General\PDF Files\RA*.pdf
C:\Users\Skamalkanth\Desktop\Native Files\General\PDF Files\Bridge GOSP-2
will move all PDF files with RA at the beginning
heres how to setup move
http://www.easydos.com/move.html
http://www.computerhope.com/movehlp.htm
Use CD to goto the folder
CD C:\Users\Skamalkanth\Desktop\Native Files\General\PDF Files
Move RA439538001_00.pdf C:\Users\Skamalkanth\Desktop\Native Files\General\PDF Files\Bridge GOSP-2
OR from what ever folder you are in
MOVE
C:\Users\Skamalkanth\Desktop\Native Files\General\PDF Files\RA439538001_00.pdf
C:\Users\Skamalkanth\Desktop\Native Files\General\PDF Files\Bridge GOSP-2
you can use wild cards * and ? for specific characters locations in the file
MOVE
C:\Users\Skamalkanth\Desktop\Native Files\General\PDF Files\*.pdf
C:\Users\Skamalkanth\Desktop\Native Files\General\PDF Files\Bridge GOSP-2
will move ALL pdfs
MOVE
C:\Users\Skamalkanth\Desktop\Native Files\General\PDF Files\RA*.pdf
C:\Users\Skamalkanth\Desktop\Native Files\General\PDF Files\Bridge GOSP-2
will move all PDF files with RA at the beginning