RE: Converting DOS batch file to UNIX script

2001-02-20 Thread Sam Bootsma
do with parm1, so I can't figure out more... Hope this helped a bit. Andreas > ------ > Von: Berg, Guy van den[SMTP:[EMAIL PROTECTED]] > Gesendet: Montag, 19. Februar 2001 12:20 > An: Multiple recipients of list ORACLE-L > Betreff: RE: Converting DOS batch file t

RE: Converting DOS batch file to UNIX script

2001-02-19 Thread Berg, Guy van den
Quick point that could cause some problems...REM is NOT rm in unix! Try # instead or you could end up with an interesting shell script ;) Cheers, g. -Original Message- Sent: 17 February 2001 03:40 To: Multiple recipients of list ORACLE-L cp, mkdir, cd, echo, rm - Original Message -

Re: Converting DOS batch file to UNIX script

2001-02-16 Thread Allan Nelson
cp, mkdir, cd, echo, rm - Original Message - To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 2:02 PM Hello All: We are a Windows shop developing a software product that runs on an Oracle database. Most of our clients also run Oracle on Win

RE: Converting DOS batch file to UNIX script

2001-02-16 Thread Ruiz, Mary A (CAP, CDI)
Sam: Here you go. One of the main differences is that unix is case sensitive, DOS is not. Also, when you write shell scripts, be sure that their permissions are set so they are "executable" The man command in unix will provide you with information about the command you have a question about.

Re: Converting DOS batch file to UNIX script

2001-02-16 Thread Rachel Carmichael
copy = cp rem = # but your if statements are gonna blow up >From: Sam Bootsma <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> >Subject: Converting DOS batch file to UNIX script >Date: Fri, 16 Feb 2001 12:02:43 -0800 > >Hello All: >