lectrode / nwconnectionresetter

Precursor to quick-net-fix. Monitors network connection and attempts fix if disruption detected. Automatically exported from code.google.com/p/nwconnectionresetter
0 stars 0 forks source link

Separate settings file #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For this I will need to:

Check for NWResetSettings.bat in:
-Same folder
-C:\NWReset\

If exists, call it

If none found, ask if user wishes to create new settings or continue with 
default (default shown)

Create settings file:
Same folder or C:\NWReset\
NWResetSettings.bat

Once I do this, I should be able to auto-check for update and auto-update.

Original issue reported on code.google.com by electrodexs@gmail.com on 21 Aug 2011 at 1:09

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Ideas:
-Option for portable (not in settings, but main bat asks to determine where to 
output)
-Run settings bat to edit settings
-Show location of settings in Intro
-Show location of settings in STATS

-Main file outputs it's current location at top of settings file
  ECHO SET MainFileLoc=%~dpnx0 >>NWResetSettings.bat

Original comment by electrodexs@gmail.com on 21 Aug 2011 at 3:31

GoogleCodeExporter commented 9 years ago
If it cannot find it, 
-Tell user to delete file and re-run the main file
-Or rerun main file and then run the settings.bat
 (Main file re-creates settings bat if MainFileLoc!=%dpnx0)

Original comment by electrodexs@gmail.com on 21 Aug 2011 at 7:24

GoogleCodeExporter commented 9 years ago
-Option for APPDATA or LocalDisk

Original comment by electrodexs@gmail.com on 21 Aug 2011 at 7:28

GoogleCodeExporter commented 9 years ago
-Option to modify settings if not running CONTINUOUS when run main file?

Original comment by electrodexs@gmail.com on 21 Aug 2011 at 7:30

GoogleCodeExporter commented 9 years ago
-If it auto-updates, may need to set new variable
 (Will need to re-create settings)

Original comment by electrodexs@gmail.com on 21 Aug 2011 at 7:34

GoogleCodeExporter commented 9 years ago
-What to do with Minimize on startup?

Just load settings when they would normally be set.

If it can't find the settings, that would include Minimize. It would 
have to be reset like everything else.

Original comment by electrodexs@gmail.com on 21 Aug 2011 at 7:37

GoogleCodeExporter commented 9 years ago
SETTINGS FILE: Check if main bat file is in same folder.

Recreate settings if location of main bat is not correct 
BEFORE asking for new settings values (that way they can 
modify the current settings without setting the new one 
right away)

Original comment by electrodexs@gmail.com on 21 Aug 2011 at 7:41

GoogleCodeExporter commented 9 years ago
Check if has write permissions to C:\NWReset\
-Before asking for location?

Original comment by electrodexs@gmail.com on 21 Aug 2011 at 7:43

GoogleCodeExporter commented 9 years ago
r55 adds this to trunk

Original comment by electrodexs@gmail.com on 8 Sep 2011 at 3:14