RE: forcing use of shell command over external cmd

2003-01-08 Thread Kipp, James
; > Mark > > > -Original Message- > > From: Dan Muey [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 08, 2003 10:27 AM > > To: HENRY,MARK (HP-Roseville,ex1); [EMAIL PROTECTED] > > Subject: RE: forcing use of shell command over external cmd >

RE: forcing use of shell command over external cmd

2003-01-08 Thread HENRY,MARK (HP-Roseville,ex1)
2003 10:27 AM > To: HENRY,MARK (HP-Roseville,ex1); [EMAIL PROTECTED] > Subject: RE: forcing use of shell command over external cmd > > > Well if it was unix and for some reason there where two > possibilies for the same command I'd use the entire path > > $date = `/u

RE: forcing use of shell command over external cmd

2003-01-08 Thread Kipp, James
- > From: HENRY,MARK (HP-Roseville,ex1) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 08, 2003 1:21 PM > To: '[EMAIL PROTECTED]' > Subject: forcing use of shell command over external cmd > > > Hi All, > > On windows, I have a script which calls gets the

RE: forcing use of shell command over external cmd

2003-01-08 Thread Dan Muey
indows and aviod it every chance I can :) . Dan -Original Message- From: HENRY,MARK (HP-Roseville,ex1) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 12:21 PM To: '[EMAIL PROTECTED]' Subject: forcing use of shell command over external cmd Hi All, On windows, I

forcing use of shell command over external cmd

2003-01-08 Thread HENRY,MARK (HP-Roseville,ex1)
Hi All, On windows, I have a script which calls gets the date from the system date command (using backticks) , or rather I would prefer it to. I have just installed mks toolkit on this machine which has it's own date command, and now this is the command getting chosen each time. How can I get it