×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Autocomplete command: Difference between revisions

    Content added Content deleted
    No edit summary
    imported>mutante
    m (AutoCompleat moved to autocomplete command)
     
    (11 intermediate revisions by 5 users not shown)
    Line 1: Line 1:
    In [[Unix]] you can 'autocomplete' a command using tab. I bloody wish I could do that in a [[Windows]] [[DOS]] [[shell]]... what?? I can??
    [http://www.excce.com 中国涂装设备网][http://www.51122.com 世纪网�?�之家][http://go.excce.com 网站建设]
    [http://www.hzyida.com 电梯�?件]
    [http://www.uusky.com 世纪情感]
    [http://www.uusky.org �?�州网站建设]
    [http://www.uusky.net �?�州喷塑]
    [http://www.znpp.com �?�州网络公�?�]
    [http://www.hzn.cn �?�州网站建设]
    [http://www.hzn.cn �?�州网络公�?�]
    [http://www.uusky.com/ 情感]
    [http://www.uusky.org �?�州网站建设]
    [http://www.znpp.com �?�州网站建设]
    [http://www.uusky.org �?�州网络公�?�]
    [http://www.nanyangcn.net/site4.htm 全自动]
    [http://www.houseclub.com.cn/sitemapz.htm 房地产代�?� 房地产策划 房地产�?�销 房地产策划�?�销]
    [http://www.uusky.net 喷塑]
    [http://www.18ny.com/html/xnan2/ 网站推广]
    [http://web.awxk.net/home/xnannn 虚拟主机]
    [http://www.loveday.somee.com/ GOOGLE排�??]
    [http://www.cnzjqi.somee.com 网站建设]
    [http://www.uusky.com/host 网站建设]
    [http://www.uusky.com/webpage/ 网站建设]
    [http://www.uusky.com/inf/ 网站建设]
    [http://www.hzjl365.com/inc/ 网站建设]
    [http://xnan2.91x.net/ 网站建设]
    [http://www.xinyifang.net/inf/ 网站建设]
    [http://web.uusky.org/ 网站建设]
    [http://www.pagerealm.com/agent2732/ 网站建设]
    [http://www.pcpages.com/uusky/ 网站建设]
    [http://uusky2.home.sunbo.net/ 网站建设]
    [http://www.coolgoose.com/sites/xnane/ 网站建设]
    [http://www.coolgoose.com/sites/xnane/web/ 网站建设]
    [http://www.coolgoose.com/sites/xnane/company/ 网络公�?�]
    [http://www.znpp.com/google/ 网络公�?�]
    [http://www.znpp.com/google/ 网络公�?�]
    [http://uusky.zj.com/company/ 网络公�?�]
    [http://uusky.zj.com/web/ 网络公�?�][http://www.uusky.com/webpage 网站建设]
    [http://www.softsenior.com 视频会议]
    [http://www.softsenior.com V2 conference]
    [http://www.softsenior.com/sitemap.htm 网络监控]
    [http://www.uusky.org/zuqiu.htm 足�?�网站设计][http://www.houseclub.com.cn 楼盘代�?�][http://www.houseclub.com.cn 房屋买�?�]
    [http://www.houseclub.com.cn 楼盘团购]
    [http://www.houseclub.com.cn/sitemapb.htm 楼盘代�?�]
    [http://www.houseclub.com.cn/sitemapd.htm 房屋买�?�]


    start regedit
    [http://www.nanyangcn.net 蛋黄派]
    From Start => Run or in a command prompt, enter 'regedit';
    [http://www.blogcn.com/user20/xnan2 网站建设]
    [http://xnan2.blogdriver.com/xnan2/ 网站建设]
    [http://www.blogbus.com/blogbus/blog/index.php?blogid=45288 网站建设]
    [http://www.loveday.epsystem.net 网站建设]


    navigate to
    [http://diary.51122.com �?费申请个人日记]
    Open HKEY_LOCAL_MACHINE/SOFTWARE/MICROSOFT/Command<space>Process
    [http://gb.51122.com �?费申请留言本]

    set completion characters
    Change CompletionChar and PathCompletionChar keys to 0x09 (TAB)

    test
    Open a new command prompt. It should start on your system disk.
    Enter:

    cd prog[TAB]

    By using the TAB completion character, the command prompt
    'completes' the name and should show:

    cd "Program Files"

    If more than one file/path exists starting with 'prog', pressing TAB
    repeatedly cycles through all matches.
    ----
    im on a wik2k machine atm and well i followed the instructions
    and opened a new terminal .. and when i 'tabbed' i tabbed
    no completion at all..just a simple tab
    -KunDa


    You could install [http://www.cygwin.com/ cygwin] and use [http://home.wanadoo.nl/fvu/Projects/Bash/Web/bash.htm] bash on windows]
    --mutante


    I have [[Cygwin]] installed, but this wiki page should state for what windows version the embedded autocomplete function applies to, yes?
    -KunDa


    OKI this was intended for win NT4, but it did work on 2k as well...
    you can also download [[TweekUI]] 2k, and it has a option in there to set this too
    DrOwl

    [[Category:Linux]]
    [[Category:Windows]]
    [[Category:Computer]]

    Latest revision as of 20:46, 29 March 2006

    In Unix you can 'autocomplete' a command using tab. I bloody wish I could do that in a Windows DOS shell... what?? I can??

    start regedit From Start => Run or in a command prompt, enter 'regedit';

    navigate to Open HKEY_LOCAL_MACHINE/SOFTWARE/MICROSOFT/Command<space>Process

    set completion characters Change CompletionChar and PathCompletionChar keys to 0x09 (TAB)

    test Open a new command prompt. It should start on your system disk. Enter:

    cd prog[TAB]

    By using the TAB completion character, the command prompt 'completes' the name and should show:

    cd "Program Files"

    If more than one file/path exists starting with 'prog', pressing TAB repeatedly cycles through all matches.


    im on a wik2k machine atm and well i followed the instructions and opened a new terminal .. and when i 'tabbed' i tabbed no completion at all..just a simple tab

    -KunDa
    


    You could install cygwin and use [1] bash on windows]

    --mutante
    


    I have Cygwin installed, but this wiki page should state for what windows version the embedded autocomplete function applies to, yes?

    -KunDa
    


    OKI this was intended for win NT4, but it did work on 2k as well... you can also download TweekUI 2k, and it has a option in there to set this too

     DrOwl
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.