Ada95 problem

Discussion in 'Computer Science & Culture' started by Terry Pennis, Oct 23, 2004.

Thread Status:
Not open for further replies.
  1. Terry Pennis Registered Member

    Messages:
    12
    I need to write a program that launches an MP3 or .avi file after a correct password is entered, using ada. I can handle the trivial password bit but I have no idea how to launch a file.

    I guess you need a package but I don't know which?

    For arguments sake say the file is C:\home\file.mp3

    Any ideas???

    Thanks,

    Terry.

    By the way I'm using windoze XP.
     
  2. Google AdSense Guest Advertisement



    to hide all adverts.
  3. MagiAwen Registered Senior Member

    Messages:
    225
    I don't know a whole lot about ADA but I am assuming you need to do something like.... if_then or elseif.... but like I said I don't know a lot about it... anyway I found this manual online and it seems to explain packages and subprograms and such and tells you what to use which for:

    http://www.adaic.org/standards/95lrm/RM.pdf

    hope it helps.
     
  4. Google AdSense Guest Advertisement



    to hide all adverts.
Thread Status:
Not open for further replies.

Share This Page