Author Topic: HyperAccess 7  (Read 12442 times)

Tom

  • Full Member
  • ***
  • Posts: 208
  • Karma: +6/-0
    • View Profile
Re: HyperAccess 7
« Reply #15 on: November 17, 2023, 11:26:22 pm »
Code: [Select]
[C:\] set tmp
TMP=(null)

Hm, if "set tmp" returns (null)  like you write, then there exists no environment variable TMP.

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4972
  • Karma: +109/-1
    • View Profile
Re: HyperAccess 7
« Reply #16 on: November 18, 2023, 12:01:33 am »
The installer created a hidden folder called "Nowhere" with the files needed for installation.

Code: [Select]
C:\attrib nowhere

   D SH

Checked my ArcaOS machine and it also has the 'Nowhere' directory.

It's normal to have a "Nowhere" directory, IIRC, the WPS uses it

christech

  • Full Member
  • ***
  • Posts: 160
  • Karma: +2/-0
    • View Profile
Re: HyperAccess 7
« Reply #17 on: November 18, 2023, 12:42:07 am »
Code: [Select]
[C:\] set tmp
TMP=(null)

Hm, if "set tmp" returns (null)  like you write, then there exists no environment variable TMP.

That was on a freshly installed Warp 4.5 machine.