hi,
I have got a batch file where i have written the following modules from
CPAN:
I have written these lines inside InstPerlMod.bat
when i am running the batch file in the command prompt as InstPerlMod.bat ,
only first line is executing. i.e ppm install DBI. All the remaining lines are not executing . Why so? how to make other lines execute??
I have got a batch file where i have written the following modules from
CPAN:
Code:
ppm install DBI ppm install DBD::mysql ppm install Config::Properties ppm install Net::SMTP ppm install IO::Socket ppm install Log::Handler ppm install File::Find ppm install File::Copy ppm install Parse::AccessLogEntry
when i am running the batch file in the command prompt as InstPerlMod.bat ,
only first line is executing. i.e ppm install DBI. All the remaining lines are not executing . Why so? how to make other lines execute??
Comment