j***@googlemail.com
2009-05-15 17:28:06 UTC
I have a lot of explicit references to programs in my bat files eg
c:\pas\jim.exe aa bbb
I'd like to be able to change the location of the programs eg to g:
\pas. Of course I can do this by editing the .bat files,. but is it
possible to do this with alias? ie to alias c:\pas\jim.exe to g:\pas
\jim.exe - I can't get it to work- something to do with the use of \
or :
eg alias c:\pas\jim.exe=`g:\pas\jim.exe`
I've triede with various types of quotes- no luck!
Anyone know whether thgis is possible?
Regards John
c:\pas\jim.exe aa bbb
I'd like to be able to change the location of the programs eg to g:
\pas. Of course I can do this by editing the .bat files,. but is it
possible to do this with alias? ie to alias c:\pas\jim.exe to g:\pas
\jim.exe - I can't get it to work- something to do with the use of \
or :
eg alias c:\pas\jim.exe=`g:\pas\jim.exe`
I've triede with various types of quotes- no luck!
Anyone know whether thgis is possible?
Regards John