- Aug
- 47
- 2
Here is a series of commands that works perfectly in TCC 26:
I just installed TCC 27, and when I run exactly the same commands I get:
Amazingly, TCC 27 can't even delete the file written by TCC 26 even though I'm running TCC 27 as an Administrator:
This must be a bug somewhere. I have never experienced such a problem in any other upgrade. Am I correct that this is a bug? Or is something else going on?
Thank you,
Jesse Heines, a fan and user of TCC for over 20 years! :)
Code:
E:\Finance\ > ver
TCC 26.02.43 x64 Windows 10 [Version 10.0.19041.685]
E:\Finance\ > webform /v /w"https://quotes.fidelity.com/webxpress/get_quote", "QUOTE_TYPE", "R", "SID_VALUE_ID", "FCNTX", "submit", "Quote" > quotes6-1.txt
E:\Finance\ > dir quotes6-1.txt
Volume in drive E is Abraham_E Serial number is 38df:5d12
Directory of E:\Finance\quotes6-1.txt
12/15/2020 19:08 43,070 quotes6-1.txt
43,070 bytes in 1 file and 0 dirs 45,056 bytes allocated
1,649,015,721,984 bytes free
I just installed TCC 27, and when I run exactly the same commands I get:
Code:
E:\Finance\ > ver
TCC 27.00.14 x64 Windows 10 [Version 10.0.19041.685]
E:\Finance\ > webform /v /w"https://quotes.fidelity.com/webxpress/get_quote", "QUOTE_TYPE", "R", "SID_VALUE_ID", "FCNTX", "submit", "Quote" > quotes6-1.txt
TCC: (Sys) Access is denied.
"E:\Finance\quotes6-1.txt"
Amazingly, TCC 27 can't even delete the file written by TCC 26 even though I'm running TCC 27 as an Administrator:
Code:
E:\Finance\ > del quotes6-1.txt
Deleting E:\Finance\quotes6-1.txt
TCC: (Sys) Access is denied.
"E:\Finance\quotes6-1.txt"
0 files deleted 1 failed
This must be a bug somewhere. I have never experienced such a problem in any other upgrade. Am I correct that this is a bug? Or is something else going on?
Thank you,
Jesse Heines, a fan and user of TCC for over 20 years! :)