Hi,
I would like to start Xbackup directly from my eVc++ software.
Is there any command line available woth xBackup
regards
Ced
Related
Hi I use Mortrun (http://www.sto-helit.de/index.html) to make a batchfile.
I use Calligrapher aswell and want to make a batchfile fro running a Pencommand.
The contents is:
Run \program files\calligrapher\pencmd.exe "/m nf"
However, I get an error, MortRun does not recognise the parameter, even without the quotes. "Cannot find pencmd.exe etc...".
Directory is OK and it works also when I load a non-parameter exe.
vdongen said:
The contents is:
Run \program files\calligrapher\pencmd.exe "/m nf"
Click to expand...
Click to collapse
Try
Run "\program files\calligrapher\pencmd.exe", "/m nf"
Unless the parameter(s) is/are seperated by a comma, MortRunner will try to start a program named \program files\calligrapher\pencmd.exe "/m nf", including the quotes.
btw: If you didn't notice already: V2.6 of MortRunner is out...
Thank you for your help, it works!
Bart
Dear Friends
i'm just update my XDAiis from WM5 to WM6... i got a problem to restore my backup files *.dbk in WM6 because i didn't find any standards program can restore this file in my wm6. any solution to fix my problem. thanks.
Regards
hariyono
What program did you use to make the backups? Whatever you used to make the backups will be able to open them...
Does this help?
http://filext.com/file-extension/DBK
1st i'm using a standard program from wm5 call "backup" buat after i update my wm5 to wm6 the program backup didn't show in wm6.
Hi all,
My device (QTek s100) is gone. I have backups from it and I want to restore my contacts. I have tries a java program somewhere in the net, but it doesn't work.
I want to open my backup in an emulator such as one in VS 2008, but they do not contain xbackup program, does anybody have this program so I can run it on the emulator and restore my contacts?
Hi, a bit of day ago I bought a Samsung Galaxy S. The first thing that come to my mind is to copy all my contacts and sms from my old i600 ( wm 6.5 cooked rom) to this brand new device.
Reading other thread I found a tool called smsexporter, but this tool stopped its execution with an null pointer error. There were another tool called Pimbackup, but that wasn't an option since I got a smarthpone, not a touch device. The next try was with a tool called smsimport (hxxp://wince.nasenbaeren.net/smsimport/) that run flawlessy on my i600.
There is only one problem: the xml created by smsimport isn't compatible with SMS Backup & Restore by riteshsahu ( hxxp://android.riteshsahu.com/apps/sms-backup-restore).
So I created a small C program that convert the output of smsimport to sms backup & restore. To run this just compile using Makefile, the run it, with smsimport file called sms.xml ont the same dir of program. This will create another file called sms-converted.xml that you put on your Android device, so you can restore it by using sms backup and restore.
Hope my program will help someone, cheers
Hi I was just wondering if anybody knows of a very simple program that you can use to execute adb batch files? For example, I am looking for a program where I can enter in an IP address, browse to a batch file I created, and click a button that executes it. thanks