Using Alias commands in Windows environment

Clovertech Forums Cloverleaf Using Alias commands in Windows environment

  • Creator
    Topic
  • #119015
    Tom Schlesser
    Participant

      In my previous experience at a different employer we had cloverleaf installed on AIX.  We used aliases for our most used commands.  These alias were added to the .profile.local.end file

      Does anyone know if it is possible to do this same thing in the Windows environment?  IF so, how do you do it and what file are these command place in.

      Any assistance would be greatly appreciated.  Please see below for some examples of the type of alias commands I mean.

      alias goroot=’cd $HCIROOT’
      alias goprocs=’cd $HCISITEDIR/exec/processes’
      alias gotcls=’cd $HCISITEDIR/tclprocs’
      alias gotbls=’cd $HCISITEDIR/Tables’
      alias goxlt=’cd $HCISITEDIR/Xlate’
      alias gohl7=’cd $HCISITEDIR/formats/hl7′
      alias goxml=’cd $HCISITEDIR/formats/xml’
      alias gobin=’cd /alin2hub_bin’
      alias golog=’cd /alin2hub_log’
      alias goarch=’cd /hubarch’
      alias h=’hcidbdump’

    • You must be logged in to reply to this topic.