Computer Hope

Software => Computer programming => Topic started by: zaqquater on February 13, 2012, 11:47:42 PM

Title: Ask: How to make auto reconnect / restart + remembered id & password use dos bat
Post by: zaqquater on February 13, 2012, 11:47:42 PM
Hi there, i'm really noob here let me explain my problem to you first :

 1. i have a software in directory c:\mikeusak\mikeusak.php and i run it via batch
 2. and after that my software started and requesting id and password to login
 3. i input my ID and Password to log in and i logged in
     (http://s8.postimage.org/85pwregad/password_and_id.png)
 4. the software is running and everything just fine
 5. then the software got error message "mungkin halaman kepenuhan" and i must restart it so the program can run again
     (http://s14.postimage.org/vbmbjsrfl/halaman_keputihan.png)
 6. sadly everytime i re-run my software i must retype my id and password

can you guys help me how to command it in batch so the software can :
 1.  auto reconnect or auto restart everytime i got error message "mungkin halaman kepenuhan"
 2.  when reconnect / restart the ID and Password is remembered by the software ?

this is my batch code to run my software how to modify it ?
@echo off
cls
C:\xampp\php\php.exe -C c:/mikeusak/mikeusak.php
cmd <

Thankyou   :)
Title: Re: Ask: How to make auto reconnect / restart + remembered id & password use dos bat
Post by: Bennieboj on February 15, 2012, 12:48:07 AM
Well you already have an answer on other forums I see... (googled "mungkin halaman kepenuhan").
Why don't you just contact the maker of the software (whatever the software is doing) and explain your problem, let them fix the bug. (Or maybe your using the software wrong...)
Title: Re: Ask: How to make auto reconnect / restart + remembered id & password use dos bat
Post by: Squashman on February 15, 2012, 06:15:56 AM
Yep.  I took care of this on the DosTips.com forum.