You can't work from inside the directories in your pen drive, but you can interact with the contents of the drive, for example "notepad G:\Text\textdoc.txt" will open textdoc.txt with notepad, you can view the contents of the drive with "dir G:"
edit: Actually typing "explorer G:" should open the drive like clicking "View Files" would. Replace G:\ with whatever Windows named your device.
dont knw
To reconnect your media using the Command Prompt, you can use the net use command to map a network drive. First, open Command Prompt as an administrator. Then, type net use X: \\servername\sharename (replacing "X:" with your desired drive letter and "servername\sharename" with the appropriate network path) and press Enter. If necessary, include your username and password with the command using /user:username password.
To print "Hello, World!" using the Command Prompt in Windows, you can use the echo command. Open the Command Prompt and type: echo Hello, World! Then press Enter, and it will display "Hello, World!" in the command line interface.
when i double click on the drive(c,d,e,)then show massege open with....... (i solve this problem in command prompt but i forget)plz. help me
formats are not drive specific so it depends on the software with windows open a command prompt and use the format command
If your using vista or windows 7 click start and type "cmd"
Right click your command prompt and click open as administrator.
To view pictures using the Command Prompt, you can't directly open image files because Command Prompt does not support graphical displays. However, you can use the command to open the image with a default image viewer by typing start [filename].jpg (replace [filename] with the actual image file name and extension). This command will launch the associated program for viewing images, such as Windows Photo Viewer. Alternatively, you can navigate to the folder containing the image and open it using the explorer command.
to access your flash drive you should be able to open my computer and then listed with the drives should be your flash drive you can just right click and then go to open. However, if this does not work do the following to convert to FAT or NTFS: To convert a volume to NTFS or FAT from the command prompt Open the Command Prompt window. In the command prompt window, type convert drive_letter: /fs:ntfs For example, typing convert D: /fs:ntfs would format drive D: with the ntfs format. Notes To open a command prompt, click Start, point to All Programs, point to Accessories, and then click Command Prompt. You can convert FAT or FAT32 volumes to NTFS with this command.
How can i fix command promt
Yes, you can turn off Driver Verifier using the Command Prompt. To do this, open the Command Prompt as an administrator and type the command verifier /reset, then press Enter. This command disables Driver Verifier and resets its settings. You may need to restart your computer for the changes to take effect.
You can open a command prompt on a PC when it's blocked by simultaneously holding down the Windows key and pressing 'R' on the keyboard. Type 'cmd' into the box and you will have access to the command prompt.