| CluelessInSeattl Seattle, USA, 08.03.2013, 16:45 |
MS-DOS command to show logged drive and directory? (Users) |
Is there an MS-DOS command that will show me the current drive and directory path I'm logged onto? --- |
| bretjohn Rio Rancho, NM, 08.03.2013, 16:50 @ CluelessInSeattl |
MS-DOS command to show logged drive and directory? |
I'm not sure exactly what you mean by "logging", but isn't that what a "PROMPT $P$G" does? |
| CluelessInSeattl Seattle, USA, 08.03.2013, 19:58 @ bretjohn |
MS-DOS command to show logged drive and directory? |
> I'm not sure exactly what you mean by "logging", --- |
| rr Berlin, Germany, 08.03.2013, 20:32 @ CluelessInSeattl |
MS-DOS command to show logged drive and directory? |
> Is there an MS-DOS command that will show me the current drive and --- |
| CluelessInSeattl Seattle, USA, 08.03.2013, 22:51 @ rr |
MS-DOS command to show logged drive and directory? |
> Just: --- |
| CluelessInSeattl Seattle, USA, 10.03.2013, 20:02 @ CluelessInSeattl |
How to have MS-DOS "remember" logged drive and directory? |
OK, now I want to make a batch file that remembers the current logged drive and directory (What do you call that anyway. It's not the "path" is it?) and then re-log me back onto that drive and directory later on. --- |
| CluelessInSeattl Seattle, USA, 11.03.2013, 00:31 @ CluelessInSeattl |
PUSHD and POPD in MS-DOS 6.21? |
A BBS friend suggested I try PUSHD and POPD but I can't find them in my MS-DOS 6.21 manual. --- |
| glennmcc North Jackson, Ohio (USA), 11.03.2013, 00:54 @ CluelessInSeattl |
PUSHD and POPD in MS-DOS 6.21? |
> A BBS friend suggested I try PUSHD and POPD but I can't find them in my --- |
| CluelessInSeattl Seattle, USA, 11.03.2013, 02:06 @ glennmcc |
PUSHD and POPD in MS-DOS 6.21? |
> http://ftp.sunet.se/pub/simtelnet/msdos/dirutl/pushpop.zip --- |
| glennmcc North Jackson, Ohio (USA), 11.03.2013, 03:39 @ CluelessInSeattl |
PUSHD and POPD in MS-DOS 6.21? |
> > http://ftp.sunet.se/pub/simtelnet/msdos/dirutl/pushpop.zip --- |
| marcov 11.03.2013, 20:28 @ glennmcc |
PUSHD and POPD in MS-DOS 6.21? |
> > A BBS friend suggested I try PUSHD and POPD but I can't find them in my |
| rr Berlin, Germany, 11.03.2013, 21:01 @ CluelessInSeattl |
PUSHD and POPD in MS-DOS 6.21? |
> A BBS friend suggested I try PUSHD and POPD but I can't find them in my --- |
| CluelessInSeattl Seattle, USA, 11.03.2013, 23:34 @ rr |
PUSHD and POPD in MS-DOS 6.21? |
Thanks a million, rr! --- |
| CluelessInSeattl Seattle, USA, 12.03.2013, 00:24 @ CluelessInSeattl |
PUSHD and POPD in MS-DOS 6.21? |
OK, I took that batch file for a spin. --- |
| glennmcc North Jackson, Ohio (USA), 12.03.2013, 02:07 @ CluelessInSeattl |
PUSHD and POPD in MS-DOS 6.21? |
> --- |
| ron Australia, 11.03.2013, 05:22 @ CluelessInSeattl |
How to have MS-DOS "remember" logged drive and directory? |
> It was easy for me to simply redirect the output of the CD command to a --- |
| georgpotthast Germany, 11.03.2013, 08:00 @ ron |
How to have MS-DOS "remember" logged drive and directory? |
You could write the current drive into an environment variable with the SET command and then read that later on in the batch file with e.g. %my_drive% |
| CluelessInSeattl Seattle, USA, 11.03.2013, 15:39 @ georgpotthast |
How to have MS-DOS "remember" logged drive and directory? |
> You could write the current drive into an environment variable with the SET --- |
| bretjohn Rio Rancho, NM, 12.03.2013, 00:39 @ CluelessInSeattl |
How to have MS-DOS "remember" logged drive and directory? |
What exactly are you trying to accomplish? |
| CluelessInSeattl Seattle, USA, 12.03.2013, 00:59 @ bretjohn |
How to have MS-DOS "remember" logged drive and directory? |
> What exactly are you trying to accomplish? --- |
| nidud Norway, 12.03.2013, 12:45 @ CluelessInSeattl |
How to have MS-DOS "remember" logged drive and directory? |
There is also a program (source code) in this tread called CDPUSH: |
| ron Australia, 12.03.2013, 13:02 @ CluelessInSeattl |
How to have MS-DOS "remember" logged drive and directory? |
> > What exactly are you trying to accomplish? --- |
| CluelessInSeattl Seattle, USA, 12.03.2013, 18:42 @ ron |
How to have MS-DOS "remember" logged drive and directory? |
> Maybe this will suit your need. --- |
| RayeR CZ, 13.03.2013, 01:26 @ CluelessInSeattl |
How to have MS-DOS "remember" logged drive and directory? |
Sorry I don't have enough time and power to read whole thread but I would like to mention very usefull utility INDIR: http://www.softpedia.com/get/System/Benchmarks/INDIR.shtml (don't care about description it's for DOS) --- |
| bretjohn Rio Rancho, NM, 13.03.2013, 04:12 @ RayeR |
How to have MS-DOS "remember" logged drive and directory? |
Just tired INDIR, seems to work well. I've never seen it before. It does use a lot of memory, though (almost 25k). |
| bretjohn Rio Rancho, NM, 12.03.2013, 17:03 @ CluelessInSeattl |
How to have MS-DOS "remember" logged drive and directory? |
> I want to make a batch file that "remembers" the current logged drive and |
| j_hoff 13.03.2013, 21:44 @ CluelessInSeattl |
How to have MS-DOS "remember" logged drive and directory? |
Well, this: |
Thread view