Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tweaks |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
327c2ce2e1361aeb00fda68a7c320879 |
User & Date: | kevin 2020-02-22 18:57:54 |
Context
2020-02-23
| ||
03:25 | More work on Windows build check-in: b680e2f7a7 user: kevin tags: trunk | |
2020-02-22
| ||
18:57 | Tweaks check-in: 327c2ce2e1 user: kevin tags: trunk | |
2020-02-21
| ||
13:51 | Add Windows help: check-in: 278f231001 user: kevin tags: trunk | |
Changes
Changes to build.bat.
1 2 3 | SET COPYCMD=/Y | < < | | < < < | < < < < | < < < < < | < | | < < < | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | SET COPYCMD=/Y if exist build\ ( rd build\ /s /q ) call python seup.py build call xcopy uninstall.bat build\ call xcopy textsweep.ico build\ call xcopy C:\Users\Kevin\Desktop\pathed.exe build\ call xcopy C:\Users\Kevin\Desktop\DDECmd.exe build\bin\ call xcopy quickwho-cli.bat build\bin\ |
Deleted buildexe.bat.
|
| < |
Deleted icons.rc.
|
| < |
Deleted launcher.
|
| < < < < < < < < < < < < < < < < < < |
Deleted main.m.
|
| < < < < < < < < < < < < < < < < < < < < < < < < |
Added quickwho-cli.bat.
> > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | :::quickwho-cli -- batch interface to QuickWho. © 2020 Kevin Walzer/WordTech Communications LLC. ::check to see if QuickWho is running call ddecmd servers | findstr "QuickWho" If %ERRORLEVEL% EQU 1 start QuickWho.exe ::check to see if run with or without args if "%~1"=="" ( exit ) else ( timeout 5 call ddecmd execute --server TclEval --topic QuickWho --command "getDomain %1" ) |
Added scriptlibs/machelp/QuickWho User Help.mht.
more than 10,000 changes
Deleted scriptlibs/machelp/TextSweep User Help.mht.
more than 10,000 changes
Deleted versioninfo.rc.
|
| < < < < < < < < < < < < < < < < < < < < < |