Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DarkBASIC Discussion / Making a Divx Movie Orginizer..............

Author
Message
SeNsE
21
Years of Service
User Offline
Joined: 26th Nov 2002
Location:
Posted: 27th Nov 2002 06:08
I'm at the Begining of a program that you can store/edit information about the divx movies you have.

I Have This Code Here But i Can't get it working Proproly.
it prints the text on the screen as the line of code(?)

--------------------------------------
#include "DATA_420.txt"
Open to Read 1,"Data_420.txt"
Read String 1,TITLE$
Read String 1,Screen$
Print "Title : ",TITLE$
Print "Screen : ",SCREEN$
--------------------------------------

I'm just trying to find a way to open multiple files and search for the keyword (contained in Title) then display the movies info ( like size, leangth, Quality)

But i want all DATA file to be External
Like : DATA.DAT
and the code in the file somthin like : Data "The Matrix","High Quality"

If you could help that would be awsome.

not sure if i made perfect sense here, but i hope so
Killer Sponge
21
Years of Service
User Offline
Joined: 27th Nov 2002
Location: United Kingdom
Posted: 27th Nov 2002 16:51
your have one problem in what you've written here already,
the #include command is for when you have seperate .dba files with functions in that you might use in your program, you dont use it for a file you going to open for data in your program,

Plus Im sure it would be easier to store all your details in one file, since you wont be able to open a divx file and extract the data from it unless you know how the files are coded!

Hmm

Ill come back to you maybe with a bit of code!

KillerSponge

SeNsE
21
Years of Service
User Offline
Joined: 26th Nov 2002
Location:
Posted: 28th Nov 2002 07:28
cool thanks

Login to post a reply

Server time is: 2024-04-19 16:47:00
Your offset time is: 2024-04-19 16:47:00