Search found 8 matches

by JoeC4281
2023-Dec-26, 4:38 pm
Forum: Windows VBScript
Topic: VBScript deprecation
Replies: 1
Views: 4922

VBScript deprecation

At the bottom the SS64 VBScript page, it says that VBScript is being deprecated. Ref: https://ss64.com/vb/ I have amassed a large number of .vbs/.wsh./.wsc/.hta files over the years. I am a retired senior, and the VBScript files are for my own personal use. My main IDE has been the VBSEdit editor/de...
by JoeC4281
2023-Sep-16, 7:46 pm
Forum: Windows CMD Shell
Topic: Command line utility to edit ini files?
Replies: 6
Views: 36472

Re: Command line utility to edit ini files?

https://www.horstmuc.de/wbat32.htm#inifile E:\Utils>inifile.exe INIfile.exe, ver. 1.92 /x64 (c) 2006-2017, Horst Schaeffer Syntax: IniFile.exe IniFilePath [section] parameters Parameters: Function: item=string assign item= remove item item== clear item item read assignment *) /remove remove section ...
by JoeC4281
2023-Mar-28, 3:39 pm
Forum: Windows CMD Shell
Topic: Take Command Console Runtime (TCC-RT)
Replies: 0
Views: 9192

Take Command Console Runtime (TCC-RT)

Tuesday, March 28, 2023 I would like to suggest an addition to your "Websites, Resource Kits, Books and Utilities" page. Ref: https://ss64.com/links/windows.html TCC-RT : TCC Runtime Command Processor for Batch Scripts TCC-RT is a free fully functional run time version of TCC https://jpsof...
by JoeC4281
2023-Mar-27, 12:01 pm
Forum: Windows PowerShell
Topic: Search string with Get-Content and show x lines before/after result
Replies: 1
Views: 13033

Re: Search string with Get-Content and show x lines before/after result

Select-String may solve your problem. An example; powershell -command "$f = type c:\utils\astronomy.txt | Select-String -Pattern 'Sun in London - Next 7 Days' -context 0,11; $f" Ref: https://ss64.com/ps/select-string.html Ref: https://www.jpsoft.com/forums/threads/select-string-with-contex...
by JoeC4281
2023-Jan-26, 2:06 pm
Forum: Windows CMD Shell
Topic: SETX - delete environment variable
Replies: 2
Views: 2814

Re: SETX - delete environment variable

According to https://ss64.com/nt/setx.html
Setting value of "" (empty quotes) will appear to delete the variable - it's not shown by SET but the variable name will remain in the registry.
Joe
by JoeC4281
2023-Jan-14, 2:36 pm
Forum: Windows CMD Shell
Topic: Westlake tee and other tools
Replies: 4
Views: 3128

Re: Westlake tee and other tools

Here is how to use the TEE command from TCC-RT in a cmd console or .BAT/.CMD file; set _tccrt="C:\Program Files\JPSoft\TCC_RT_29\tcc.exe" type astronomy.txt | %_tccrt% tee r:\results Take Command Console RunTime allows the running of a single command in a cmd console or .BAT/.CMD In msys64...
by JoeC4281
2023-Jan-13, 11:43 am
Forum: Windows CMD Shell
Topic: Westlake tee and other tools
Replies: 4
Views: 3128

Re: Westlake tee and other tools

Are these the tools that you are looking for? Miscellaneous Freeware for Windows NT http://www.geocities.ws/fp.westlake/nt/index.html You might also be interested in Take Command Console, which contains the tee command. https://jpsoft.com/products/tcc-rt-runtime.html https://jpsoft.com/help/tee.htm ...
by JoeC4281
2021-Jul-26, 12:58 pm
Forum: Meta: Site Feedback / Forum Q&A
Topic: The new forum and the old forum
Replies: 4
Views: 19066

Re: The new forum and the old forum

There's always the Wayback Machine for a good portion of the old SS64 Forum.

Joe