T.R | Title | User | Personal Name | Date | Lines |
---|
1172.1 | | MVCAD3::BAEDER | D. Scott DTN 237-2961 SHR1-3/E19 | Tue Feb 16 1988 09:01 | 11 |
| re the versions...yes, the "vax" version is just different commands,
but you can always do the same with alias...
as for the date command, should be ok...but when you say cli prompt,
you mean shell??? right???
also, 2.07 is the most recent, and steve is looking for input on
2.08! (great job steve/matt)
scott.
|
1172.2 | | ANGORA::SMCAFEE | Steve McAfee | Tue Feb 16 1988 09:38 | 17 |
|
Shell uses some of the DOS commands like Date and Run. The command
"DATE $new" caused the shell to go looking for the AmigaDOS Date command.
Two things: 1) When shell can't find a command, the command fails.
You don't get a requestor. This is a feature.
2) If you enter a command that begins with a capital
letter, shell assumes you are talking about a program
outside of shell. Therefore "date" invokes the shell
command to tell you the date/time, while "Date" invokes
the AmigaDOS command to either tell you or set the
date.
regards,
steve mcafee
|
1172.3 | Same problem | MLNVMS::MILOS | | Tue Feb 16 1988 12:32 | 26 |
|
I also had the date problem.
I'm not sure whether it was a version 2.6 bug or not.
Any way The same .login file that worked with version 2.5M didn't
work with 2.6M and now works with 2.7M.
I by-passed this problem putting the entire string in a file and
sourced it.
For examples :
echo >ram:foo Date $new
source ram:foo
rm ram:foo
In ram:foo there was the correct string needed to set the date like:
"Date 24-JAN-88 19:00"
Again this problem doesn't exist with version 2.7M of the shell
Ciao
Roberto
|
1172.4 | 'nother shell question | FRAIS2::ZIMMERMANN | NCP> DEF MOD WORK DEST NL: | Sat Jul 01 1989 09:36 | 14 |
| Hmm,
I copied over SHELL301a. With the archive comes an ARP.LIBRARY (I
don't know the version) which is SIGNIFICANT smaller than the
ARP.LIBRARY, which comes with the 'official' ARPREL13.ZOO.
Following question:
Is it possible to copy the 'newer' ARP.LIBRARY to LIBS: and
use this instead of the Library which comes with SHELL301a ??
Thanks for help,
Ralf
====
|
1172.5 | compatibility? | WJG::GUINEAU | | Sat Jul 01 1989 11:55 | 11 |
|
Should work unless the shell checks for the specific version of the (old)
library (very doubtfull).
Try it and see!
John
|
1172.6 | CShell 3.01a and Arp.library 1.3 works together | FRA04::LUKAS | Dieter, SWAS-Advisory Net&Comms, @FRS | Mon Jul 03 1989 05:42 | 8 |
| re .4
Yes, it is possible. I have done it and I haven't seen any problems
so far.
regards from the 3. Floor,
Dieter
|