![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Change directory in a shell script | laxmi | Linux | 12 | 01-17-2008 08:07 AM |
| change directory using shell script | laxmi | Shell Programming and Scripting | 0 | 01-17-2008 07:12 AM |
| Change of directory thru script | shiningram | Shell Programming and Scripting | 4 | 03-29-2007 04:30 AM |
| Change Directory via a script? | George Borrmann | Shell Programming and Scripting | 3 | 10-09-2006 09:13 PM |
| how to change "set" values in perl, windows... | sekar sundaram | Shell Programming and Scripting | 1 | 11-12-2005 05:30 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How to change a directory on windows via perl script
How to change a directory on windows via perl script.
I wanna mount a share on windows via perl script. I have used:- system("dir"); gives the list of directories in the drive i am.This command works well. Now i want to move from c drive to z drive via perl script.I am using:- system("chdir /D z:"); also tried--- system("z:"); `z:` but no success... can some one help me please????? |
|
||||
|
What happens if you use Perl's built-in chdir function?
See how to change working directories in perl? Last edited by spirtle; 12-10-2008 at 05:20 AM.. |
![]() |
| Bookmarks |
| Tags |
| shell script, shell scripting, unix scripting, unix scripting basics |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|