![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Share Your Creations Show your developed application to Basic4ppc community. Please include source code if possible. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Hi guys..
After yesterdays fiasco I went back to the drawing board and re-think my simple backup utility, and I am now happy to say that it is working.... First things first... Execute Backup.exe ... A form Pops with 3 basic inputs: The file Extension you want your backups to have... The number of Backups to keep And the Folder in wich they will be created... All these can be altered in the sbp file and the just re-compile it... I hadded just a few basic ones in order to have a practical running app.... How to backup? From your currently developing app add this line of code. Shell("Backup.exe", YourFileName) You should replace YourFileName by the name you want the backups to have... The utility Then creates a backup Folder based on the ini file, with the extension defined in the ini file and keeps the number of backups defined in the ini file...
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD DLL Version Listing |
|
||||
|
Thanks for the hints....
Althought the status say I'm a veteran it only reflects the number of post I have in this Great comunity, not my programing experience... Still with B4PPC I've come to atlest be able to do a complete working program...With other languages, every time I got stuck there just wasn't anyone to turn to and ask.... I have said before, I hope to learn with others, and others experience in other languages and logical thinking... In programing I'm a bit like a child playing with a bag of toys and don't relly know how to get to what I want...so I start coding and sometimes realize my aproach is wrong and restart... I need to learn a bit more of programing logic, as in flowcharting the sequence of the code...and such... Anyway I Thank you for having the time to look at my app, and hope it does what it was created to do....
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD DLL Version Listing |
|
||||
|
You post - I listen and comment if you are willing to to listen to what I say. I have been associated with computers for more than 40 years and over that time it has got more and more difficult for beginners to be able to get a start in programming as the complexity of being able to achieve anything worthwhile has increased. Despite the availability of the Express versions of Visual Studio (which are still a bit daunting for beginners) I think that Basic4PPC,which has a simplified programming model of the .NET framework, is a superb tool for starters -especially as it can target portable devices and enable development on the device. If I can at least help a few people to achieve something that they would otherwise not be able to achieve then I am happy,
Enjoy! |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reminder utility | agraham | Code Samples & Tips | 1 | 02-12-2008 03:49 PM |
| Desktop-only backup utility | robmh | Share Your Creations | 1 | 11-03-2007 04:16 PM |
| Maintaining backup integrity | agraham | Share Your Creations | 0 | 10-06-2007 06:38 PM |
| Utility Prog | BPak | Chit Chat | 1 | 05-07-2007 06:57 AM |
| not b4ppc but the forum | Cableguy | Forum Discussion | 1 | 04-29-2007 07:10 AM |