I am trying to create a WIFI hotspot from within my app.
I would like for the users do not have to worry about setting and configuring each time they use the app
I have the commands that create this but these must be "run as administrator" to work (Has been tested - works OK)
I tried the RUN() command as well as a BAT file, the commands ran but did not create the network connection.
I would like this to just run without the user having to right click a bat file to "run as administrator" - just click a command button or even better just executes when the app starts.
The option to tick in properties to "run as administrator" in the BAT file is greyed out
I would prefer to just run all this from the VFP app, no BAT file at all.
Does anyone know how to make this work?
I would like for the users do not have to worry about setting and configuring each time they use the app
I have the commands that create this but these must be "run as administrator" to work (Has been tested - works OK)
I tried the RUN() command as well as a BAT file, the commands ran but did not create the network connection.
I would like this to just run without the user having to right click a bat file to "run as administrator" - just click a command button or even better just executes when the app starts.
The option to tick in properties to "run as administrator" in the BAT file is greyed out
I would prefer to just run all this from the VFP app, no BAT file at all.
Does anyone know how to make this work?