supress PATH in batch file -


i have batch file:

set path=c:\cygwin\bin\;%path%@ c:\cygwin\bin\bash.exe c:\cygwin\home\cmccabe\newbatch.sh 

that outputs:

c:\users\cmccabe\desktop>set path=c:\cygwin\bin\;c:\windows\system32;c:\windows; c:\windows\system32\wbem;c:\windows\system32\windowspowershell\v1.0\;c:\program files (x86)\intel\opencl sdk\2.0\bin\x86;c:\program files (x86)\intel\opencl sdk \2.0\bin\x64;c:\program files (x86)\microsoft sql server\100\tools\binn\vsshell\ common7\ide\;c:\program files (x86)\microsoft sql server\100\tools\binn\;c:\prog ram files\microsoft sql server\100\tools\binn\;c:\program files (x86)\microsoft sql server\100\dts\binn\@

c:\users\cmccabe\desktop>c:\cygwin\bin\bash.exe c:\cygwin\home\cmccabe\newbatch. sh

menu

==================================        1  match patient       2  sanger analysis       3  batch analysis       4  individual analysis       5  supplemental analysis       6  exit   ==================================       choice: 

how can suppress full path showing (all text before menu)? thank you.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -