Posted: 03:33am 17 Apr 2025 |
|
|
|
I added at the wery begining
Dim remember_path$=Cwd$
but then returned paths on first ESC as if I was making corrections in my other project 'navigator'. Made it tits up
Loop Until pkey$ <> "" If pkey$=Chr$(27) Then Close #1 Chdir remember_path$ End End If
Paths sure were not returned, so I just decided things will not work that way. Anyways You pointed it right. We need remember working drive too
Another thing is, I wanted it work from command line like in linux or something, from the very begining. So it would remember what was entered also. But for me typing in "" e.i. "searchkeywoard" ruined it all.
How clean it would be if it would be posible to make it accept from cmd line something like
-h array |