Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Windows Command Line Issue.

  • 02-07-2013 1:37pm
    #1
    Registered Users, Registered Users 2 Posts: 6,163 ✭✭✭


    Hi all, bit of an odd one here - at least to me it is.

    System is Windows Vista Business 32 bit on a Dell GX520 with 2GB RAM.

    When I open a command line window I can see directory names in full: e.g.

    c:\users\ken\documents

    All fine, but I noticed today after editing a test file with the edit command, saving the file and exiting the editor, my prompt went back to :-

    c:\users\ken\DOCUME~1

    Doing a DIR command displays files as normal, i.e. long file names appear correctly.

    I know that with a FAT drive filenames are limited to 8.3 format and recall well the confusion in Windows 98 etc. when working in the command line because of this. However this is an NTFS system which is supposed not to have this limitation right ?

    Can anyone shed any light on this ?

    Thanks

    Ken


Comments

  • Registered Users, Registered Users 2 Posts: 1,731 ✭✭✭GreenWolfe


    It's probably reverting to 8.3 format because edit is a DOS program to begin with. If you have local admin rights, you're probably better off setting up nano for Windows. Just put the path to the executable directory into your PATH system environment variable.


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 93,583 Mod ✭✭✭✭Capt'n Midnight


    If you have local admin rights, you're probably better off setting up nano for Windows.
    No that'll just confuse the poor chap.

    and then it'll be the religious wars of nano vs. vi vs vim vs emacs all over again


    then again edlin was only for heroes and masochists


    re the user name , I've posted this elsewhere
    http://www.livescience.com/1398-early-earth-purple-study-suggests.html


  • Registered Users, Registered Users 2 Posts: 6,163 ✭✭✭ZENER


    It's probably reverting to 8.3 format because edit is a DOS program to begin with. If you have local admin rights, you're probably better off setting up nano for Windows. Just put the path to the executable directory into your PATH system environment variable.

    IT was more just a curiosity thing really. I've used vi in the past along with other editors. I just wondered why this was happening and why it only effected the prompt and not the directory listings.

    Thanks.

    Ken


  • Registered Users, Registered Users 2 Posts: 416 ✭✭gouche


    You know I've always used nano on any Linux systems but never even knew it existed for Windows.
    I don't do much command line editing in Windows but that'll come in handy - cheers!


Advertisement