View Single Post
Old 23 October 2018, 06:42   #157
emuola
Registered Whdload user
 
emuola's Avatar
 
Join Date: Oct 2006
Location: Finland
Age: 48
Posts: 532
Quote:
Originally Posted by alexh View Post
I think this is a long standing bug.

If you use WHDload for most launches, you can use the WHDload global option "ExecuteCleanup" to re-assign ENV: and T: etc. before it returns to WB
Wow, didn't know this. Thanks for the tip So, I just repeat there what's already in the SS of my ClassicWB regarding ENV:?

This is what I found in my SS related to ENV:

Code:
IF EXISTS C:HDEnv
  	C:MakeDir RAM:T RAM:Clipboards
  	Assign >NIL: ENV: SYS:ENV
  	C:HDEnv
ELSE
  	C:MakeDir RAM:T RAM:Clipboards RAM:ENV RAM:ENV/Sys
  	C:Copy >NIL: ENVARC: RAM:ENV ALL NOREQ
  	Assign >NIL: ENV: RAM:ENV
EndIF

Last edited by emuola; 23 October 2018 at 10:17.
emuola is offline  
 
Page generated in 0.05147 seconds with 11 queries