Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Ask: How to make auto reconnect / restart + remembered id & password use dos bat  (Read 2876 times)

0 Members and 1 Guest are viewing this topic.

zaqquater

    Topic Starter


    Newbie

    • Experience: Beginner
    • OS: Unknown
    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
         
     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
         
     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   :)

    Bennieboj



      Rookie

    • time flies, ur the pilot
      • Yes
    • Computer: Specs
    • Experience: Familiar
    • OS: Windows 7
    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...)

    Squashman



      Specialist
    • Thanked: 134
    • Experience: Experienced
    • OS: Other
    Yep.  I took care of this on the DosTips.com forum.