Hello everybody
need help:
How do i execute script2 from script1 and transfer two things
$first and $second from script1 to script2
Need to do it in unix enviroment and windows also(cmd).
There is a command :system()
i used it as follows:
Did not see any response to this command,
Please help
Thanks a lot
need help:
How do i execute script2 from script1 and transfer two things
$first and $second from script1 to script2
Need to do it in unix enviroment and windows also(cmd).
There is a command :system()
i used it as follows:
Code:
#script1; system ("/just/an/example/script2 $first $second ");
Please help
Thanks a lot
Comment