Sponsored Content
Top Forums Shell Programming and Scripting Can anybody change this into Linux shell scripts? Post 302780255 by monisha on Thursday 14th of March 2013 07:59:37 AM
Old 03-14-2013
Can anybody change this into Linux shell scripts?

Code:
  @echo off
   
  SET "p0=%~0"
  SET "p1=%~1"
  SET "p2=%~2"
  SET "p3=%~3"
  SET "p4=%~4"
  SET "p5=%~5"
  SET "p6=%~6"
  SET "p7=%~7"
  SET "p8=%~8"
  SET "p9=%~9"
  SHIFT
  SET "p10=%~9"
  SHIFT
  SET "p11=%~9"
   
  SET "zip_path=D:\OraOutput\interco\%p10%"
   
  echo Program Name               : %p0%
  rem  echo "Next param                 : %p1%
  echo Next param                 : Username/Password
  echo User Id                    : %p2%
  echo User Name                  : %p3%
  echo Request ID                 : %p4%
  echo File Name                  : %p5%
  echo Entity Name                : %p6%
  echo Email Address              : %p7%
  echo Extract ID                 : %p8%
  echo path name                  : %p9%
  echo share directory            : %p10%
  echo Master Request ID          : %p11%
   
  rm !(D:\temp\XX.txt)
   
  echo Process and Mail Output files
  echo %zip_path%
  IF NOT EXIST D:\OraOutput\interco\%p10%\out\%p11%\ GOTO MAPERROR
  cd D:\OraOutput\interco\%p10%\out\%p11%\
  echo changed to D:\OraOutput\interco\%p10%\out\%p11%\
  IF EXIST D:\OraOutput\interco\%p10%\out\%p11%\chello_compressed_interco_files.zip rm D:\OraOutput\interco\%p10%\out\%p11%\chello_compressed_interco_files.zip
  zip -j D:\OraOutput\interco\%p10%\out\%p11%\chello_compressed_interco_files.zip D:\OraOutput\interco\%p10%\out\%p11%\*.*
  echo after zip
  IF NOT EXIST D:\OraOutput\interco\%p10%\out\%p11%\chello_compressed_interco_files.zip GOTO ENDPROCESS
  echo zip file exists after zip
  REM         rm D:\OraOutput\interco\%p10%\chello_interco*.*
  echo Before Mail to %p7%
  D:\OraOutput\interco\es.exe %p7% "Chello Interco Extract has completed" "Please find attached the compressed Intercompany spreadsheets" D:\OraOutput\interco\%p10%\out\%p11%\chello_compressed_interco_files.zip
  echo After Mail to %p7%
  rm D:\OraOutput\interco\%p10%\out\%p11%\chello_compressed_interco_files.zip
  GOTO ENDPROCESS
  :MAPERROR
  echo The Share Directory has not been mapped Contact your System Administrator
  EXIT -1
  :ENDPROCESS
  echo Process finished goodbye

 

10 More Discussions You Might Find Interesting

1. AIX

Difference between writing Unix Shell script and AIX Shell Scripts

Hi, Please give me the detailed Differences between writing Unix Shell script and AIX Shell Scripts. Thanks in advance..... (0 Replies)
Discussion started by: haroonec
0 Replies

2. Shell Programming and Scripting

find all scripts to change DNS name??

hi, we are going for a new unix box and the ip and DNS name has to be changed in all the scripts, where ever it is hard coded. i was trying the below mentioned command to list all such scripts where the ip/dns name is hard coded: find / -type f -print | xargs grep -l "ip address" >>... (0 Replies)
Discussion started by: Bhups
0 Replies

3. Shell Programming and Scripting

How to make the same change in multiple shell scripts?

I would like to make the same change in multiple shell script files and would like to know if anyone can be of some help? I would appreciate it. (4 Replies)
Discussion started by: rdakhan
4 Replies

4. Shell Programming and Scripting

Scripts fails if you change its code during the execution.

So a script is working properly (tested many times) , then you add a new fine piece of code ,finaly its fails generally with a syntax error at the last line of the script. :confused:... does anybody why this happens? >uname -a HP-UX test... (4 Replies)
Discussion started by: Klashxx
4 Replies

5. Shell Programming and Scripting

how to change default shell in linux?

currently the default shell in my linux enviornemnt is ksh. how to change the default shell to bash? thanks! (8 Replies)
Discussion started by: princelinux
8 Replies

6. Shell Programming and Scripting

shell scripts for linux SLES 10

Hi, could someone help me to create the following scripts Need to create couple of shell scripts on LINUX SLES 10 Using my id --------------- First script – this script should contain su and should take input <process name> 1 -login using my id and then sudo to... (1 Reply)
Discussion started by: lookinginfo
1 Replies

7. Shell Programming and Scripting

Shell scripts migration from HP-Unix 11 to Red Hat Linux

We are changing our OS from HP-Unix 11 to Linux Red Hat. We have few k- shell, c - shell and sql scripts which are currently running under HP-Unix 11. Will these scripts work on LINUX as it is? or we need to do any code changes?IS there anyone who have done this kind of migration before?Thanks for... (2 Replies)
Discussion started by: Phoenix2
2 Replies

8. UNIX for Advanced & Expert Users

What files or programs have the ability to change your default network scripts and config

What files or programs have the ability to change your default network scripts and config files? All 3 of these very important files got changed on their own. /etc/sysconfig/network-scripts/ifcfg-wlan0 /etc/sysconfig/networking/devices/ifcfg-wlan0... (4 Replies)
Discussion started by: cokedude
4 Replies

9. Shell Programming and Scripting

Shell script to change the password on multiple servers in linux

Can any one please let me know the shell script to change the password for a particular user on multiple linux servers. (2 Replies)
Discussion started by: s_madras
2 Replies

10. Shell Programming and Scripting

Change indentation in scripts

Hi, I am a professional in writing shell scripts, and I am using a one-space indentation like this for i in file1 file2 do if then echo "$i" fi done so very deeply nested stuff still fits on my screen. At release time I usually double the indentation via sed 's/^ */&&/' to make... (8 Replies)
Discussion started by: MadeInGermany
8 Replies
echo(3XCURSES)						  X/Open Curses Library Functions					    echo(3XCURSES)

NAME
echo, noecho - enable/disable terminal echo SYNOPSIS
cc [ flag... ] file... -I /usr/xpg4/include -L /usr/xpg4/lib -R /usr/xpg4/lib -lcurses [ library... ] c89 [ flag... ] file... -lcurses [ library... ] #include <curses.h> int echo(void); int noecho(void); DESCRIPTION
The echo() function enables Echo mode for the current screen. The noecho() function disables Echo mode for the current screen. Initially, curses software echo mode is enabled and hardware echo mode of the tty driver is disabled. The echo() and noecho() functions control soft- ware echo only. Hardware echo must remain disabled for the duration of the application, else the behavior is undefined. RETURN VALUES
Upon successful completion, these functions return OK. Otherwise, they return ERR. ERRORS
No errors are defined. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
getch(3XCURSES), getstr(3XCURSES), initscr(3XCURSES), libcurses(3XCURSES), scanw(3XCURSES), attributes(5), standards(5) SunOS 5.11 5 Jun 2002 echo(3XCURSES)
All times are GMT -4. The time now is 02:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy