![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Urgent for shell script | sunnysunny | Shell Programming and Scripting | 4 | 03-04-2008 11:42 AM |
| Script Needed Urgent in shell or PERL!!!!!!!!!!!!!!!!!!!! | aajan | Shell Programming and Scripting | 1 | 10-24-2007 01:28 AM |
| Urgent help needed - shell script | aarora_98 | SUN Solaris | 3 | 01-25-2007 10:26 AM |
| Calling CGI Perl in Shell script [urgent] | DeepakXavier | Shell Programming and Scripting | 0 | 10-08-2005 10:51 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Code:
#!/bin/sh LOADER="/dq5/bin" echo $LOADER # iam in the same folder where i loader.exe file. So not doing cd to bin #folder $LOADER/loader -t abc.cfg -f /dq5/java/data.txt echo $true $LOADER/loader -t def.cfg -f /dq5/java/data1.txt even when i tried giving a file name which doesnot exist ,it ran without any erros but didnot perform the loading which i was expecting to happen...... Last edited by vnmshenoy; 4 Weeks Ago at 11:10 PM. |
| Forum Sponsor | ||
|
|