Skip to main content

JX Wong's Library tagged cmd   View Popular

23 Jun 08

Windows命令行奇技淫巧之 prompt

  • 1. 为每个命令加个时间,很有用,可以让你方便的看到上个命令的运行结束时间

    prompt [$T]$_$P$G


    2. 加多点吧,加上日期

    prompt [$D $T]$_$P$G

24 Sep 07

删除WISPTIS.EXE进程

  • rem -- UnRegister MS XP Tablet PC Ink Pen components
    @echo off
    set sys32=%SystemRoot%\System32
    set pfcfink=%CommonProgramFiles%\Microsoft Shared\INK
    "%sys32%\WispTis.exe" /unregserver
    "%sys32%\regsvr32.exe" /u /s "%sys32%\inked.dll"
    "%sys32%\regsvr32.exe" /u /s "%pfcfink%/inkobj.dll"
    "%sys32%\regsvr32.exe" /u /s "%pfcfink%/inkdiv.dll"
    "%sys32%\regsvr32.exe" /u /s "%pfcfink%/tpcps.dll"
    set pfcfink=
    set sys32=
    pause
08 Jun 07

Todo.txt: Google VP organizes her life in .txt - Lifehacker







  • I use the python version without cygwin, but I missed a lot the aliasing for invoking c:\...\todo.py

    But today I discovered the doskey command, so by using a simple batch like this on my desktop:



    ==================================

    @echo off

    title TODO: type 't' to call todo.py

    cmd /k doskey t=D:\Docs\TODO\bin\todo.py $*

    ==================================



    I open a shell with a custom title and then I can just type:

    > t add @mail Send many thanks to Gina T.

    to update my note.

1 - 6 of 6
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo