need a quick fix for a batch/script

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
questorfla
Posts: 2
Joined: 21 Feb 2013 00:37

need a quick fix for a batch/script

#1 Post by questorfla » 21 Feb 2013 00:50

Any help apprecuated as i have zero time left to find an answer, Must be working in the morning

Subject: autoload profile. It would be a variation of the normal indow profile loader .
ned it to only load the same two profiels ever time but i need to Preferabably at same time
OS is windows 7 x64. I have the two exported XML files.
I just need to have them preloaded into the script so that the user can handle ONE CLICK to load both profiles.
(one is for 2nd floor wifi one for 3rd floor repeater and hey have to have both)

This probably is as simple as reconfiguring the standard code used by MS for the same thing but .. I hope maybe someone has already done it.
You can easily export a Wi-Fi profile to a USB including all necessary parts to import in new laptop so that Wi-Fi profiles are preloaded. But as far as I can tell, I have to run it one for each profile. Which is OK to create them.
But to load them, I need to be able to do a one click, you're done for two profiles where I work.
Every time someone new comes in, I have to add both profiles. I had been doing them manually until I found not necessary now. Still, there are times when the MS way isn’t good enough for the people I have to deal with. Most can only handle a CLICK at best. If they are out of town when they get a new system, I have to preload the profiles by remote.
It would be very nice if I could sent them a preloaded script to just "click" that had both profiles in it. Additionally, this would let me change ALL the passwords for both profiles and simply send out an email with an "automatic profile loader" script.
Last part is maybe hardest. Need to covert to exe once done so that they users cannot edit or even read what MS felt they needed to put in plaintext, the Wi-Fi passwords (???? why???)

Better yet, if the script could delete itself after it runs then I won't have to worry about anyone I don't know popping in on the Wi-Fi.

Any suggestions appreciated. Getting the XML's is easy and I have found a number of other Free soft wares that do a lot more but this is the only single part of my life that is pure misery as I get chewed out for being "security proactive" if the people I send the XML's to (With instructions) still can't load them.

Thanks


Mike

abc0502
Posts: 1007
Joined: 26 Oct 2011 22:38
Location: Egypt

Re: need a quick fix for a batch/script

#2 Post by abc0502 » 21 Feb 2013 02:28

i'm totally lost :!:
explain more, how the xml files usually being exported, provide the locations where they should be saved. ... etc

foxidrive
Expert
Posts: 6031
Joined: 10 Feb 2012 02:20

Re: need a quick fix for a batch/script

#3 Post by foxidrive » 21 Feb 2013 04:07

Or post the instructions you give to your users - we'll see if that adds enough information to help you.

Post Reply