Hi,
I am building an application using the commandline and then creating a sis file and also getting it signed using the commandline tools. Instead of typing all the commands i wanted everything to work automatically . So i created a batch file but i am facing a problem. The batch file executes the commands smoothly till the the applicaiton gets build but it does not executes the commands after the command for building the application(abld build gcce urel). The below is my batch file content.
cd\
cd Myapp
cd group
bldmake bldfiles
abld build gcce urel // The batch file runs till this command but deos not executes the commands after this.
echo "Build Successful"
cd..
cd sis
makesis Myapp.pkg Myapp.sis
signsis Myapp.sis Myappsigned.sis *.cer *.key passphrase
echo "Signing Successful"
what can be the reason behind this.
Awaiting for a reply..............
Regards
symbiannil



