Results 1 to 10 of 11
Hi,
I am having a request from my client. using RedHat EL5. Need to copy 25 GB of data everyday into DVDs. Need an GUI Based application which prompts for ...
- 09-13-2007 #1Just Joined!
- Join Date
- Apr 2006
- Posts
- 7
Need LINUX GUI based Application for DVD Burning
Hi,
I am having a request from my client. using RedHat EL5. Need to copy 25 GB of data everyday into DVDs. Need an GUI Based application which prompts for next DVD after burning each 4.7gb. but the users will input the data at one time all the 25 gb into the application. IS there any way.
Thanks in Advance
- 09-13-2007 #2
Well, I think that you can better write a ShellScript for it. (Since I am a shell script addict)
Something like this:
burn <FILEDIR>
And then it first makes tar/rar files of them with a size of 4 GB each.
And then Prompts a CLI Burning Program for each file.
Is that a idea?
I might have/make time to write that shell script for yea.
Ok its not a GUI then but I guess people can use it.. right?
- 09-13-2007 #3Just Joined!
- Join Date
- Apr 2006
- Posts
- 7
Hi Robin, Thanks. but i am already having the script with me. the client needs it in GUI Based. can u suggest something else. is there any way we can create an gui application forms in linux and fire the script program behind. is there any way.
Thanks again
- 09-13-2007 #4
- 09-14-2007 #5Just Joined!
- Join Date
- Apr 2006
- Posts
- 7
Hi Robin,
I tried installing gambas, hbasic, kbasic but they are all not compatible for red hat el5 version. i need some other suggesstions. pls
thanks
- 09-14-2007 #6
Compile Gambas from Scratch?
That might work..?
Or well may I ask why you use Red Hat 5? When 9 is already released?
Anywho..
You can try to learn C++ and make a GUI with ncurses and/or SDL..
Or you can hire a coder to write one for you...
Umm, or you can maybe make something with the Dirty Visual basic and make it run with WINE I guess but that is just way off..
Umm, well sorry I am kinda out of idea's..
If you can do Flash you might be able to use that..
Or make a WebScript so he can run the Burn program from his Own webbrowser..
Well if I get another idea Ill tell you..
- 09-18-2007 #7Just Joined!
- Join Date
- Apr 2006
- Posts
- 7
Hi Robin Can u help me to send any shell script that can help my request. like if i try to burn 20 gb of data. burning multiple dvd by prompting when each dvd is finished. but the input i give only once.
thanks
- 09-18-2007 #8Just Joined!
- Join Date
- Apr 2006
- Posts
- 7
And for your information i am not using red hat 5and really using RedHat Enterprise Linux 5.
thanks
- 09-21-2007 #9
- 09-24-2007 #10Just Joined!
- Join Date
- Apr 2006
- Posts
- 7
Thanks Robin,
my msn is alagappan_karthikeyan@hotmail.com
my website is www.karthik.sg
i will expect u this evening,if u r free
thanks


Reply With Quote
