![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions Questions involving Unix to Windows (Desktop or Server) go here. Any Windows/DOS questions should go here as well. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| prob with spaces in reading a file | Amardeep | Shell Programming and Scripting | 2 | 05-23-2006 08:54 AM |
| Reading file names from a file and executing the relative file from shell script | anushilrai | Shell Programming and Scripting | 4 | 03-10-2006 02:25 AM |
| Displaying VERY long process names with ps -ef | m223464 | UNIX for Dummies Questions & Answers | 8 | 02-07-2006 07:44 AM |
| mkisofs and long file names | XP_2600 | SUN Solaris | 2 | 02-07-2006 06:26 AM |
| linux question, pardon, on long file names | kymberm | UNIX for Dummies Questions & Answers | 2 | 09-11-2002 05:28 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Dos window, long file names prob
At the dos command prompt, does anyone remember how to make it recognize long file names? ie, windows long file names for folders, my documents, if i'm at the :> prompt and want to change to that directory, how do i make it skip the space? I've tried cd "my document" cd my\documents cd 'my documents' etc. ANyone remember this?
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Use the ~ key.
cd Progra~1 will goto Program Files |
|
#3
|
||||
|
||||
|
It sounds like you are using a Command.com shell, Try using the cmd.com shell. (Start->Run->cmd)
(Or the other way around |
|
#4
|
||||
|
||||
|
use the /x switch with `dir`.
This will give you the short filename that you can `cd` to.
__________________
Not quite as cool as all the other Kids... |
|
#5
|
|||
|
|||
|
First, type dir
then look at the list of files and directories displayed on the screen. Then only type what ever appear on the screen. maybe cd progra~1 It will apeears, C:\Program Files\ that's for Dos
__________________
LC Foo |
|||
| Google The UNIX and Linux Forums |