Announcement

Collapse
No announcement yet.

Change wifi - standalone

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Change wifi - standalone

    Hello all, i need some help i new and i begin so be cool with me...
    I try to make on a page to easily change wifi, I find that I can use on radio button1 (in quick action - > run program ) and open a file wifi1.bat (in which I put:
    netsh wlan connect name="Wifi1" interface="Wi-Fi"
    Exit )
    and same procedure for the second wifi but with wifi2.bat (command:
    netsh wlan connect name="Wifi2" interface="Wi-Fi"
    Exit )
    Etc...
    but when i build ​it i would like the *.bat files not to be essential to final program (that the final autorun.exe is autonomous)
    Do you have some idea?

  • #2
    Hi tonydu51,
    Welcome to the forum - I have done a quick example for you and have included plugin.
    Unzip plugin first and copy to AMS -> Plugins -> actions folder
    CommandLine_V8.zip

    cmd_wifi.apz

    Cheers

    Comment


    • #3
      That perfect, but we need to lua5.1.dll with ? because when i move only wifi-changer.exe i have a error (about lua5.1.dll missing)

      Comment


      • #4
        And same for Folder "autoplay" "plugins" "commandline" and file "CommandLine.lmd"?

        Comment


        • #5
          Not sure what you mean??
          You build it as a web\email exe
          Click image for larger version

Name:	build.png
Views:	52
Size:	107.8 KB
ID:	310077 Click image for larger version

Name:	build2.png
Views:	48
Size:	113.3 KB
ID:	310078

          Comment


          • #6
            Yes that PERFECT you are the best thanks so much (it's my bad i don't use "web/email")

            Comment

            Working...
            X