• Latest Win10 FU Encountered

    From Java Jive@3:633/10 to All on Tue Oct 7 18:18:51 2025
    In my Windows 7 standard build, I have Command Prompt shortcuts on the
    Desktop & Start Menu that open in D:\Temp. After upgrading the build to Windows 10, if I pin them to the Start Menu they open in my user
    profile, which is utterly useless as I never store anything there. I've
    tried several different things, but nothing has worked except changing
    the shortcut in ...

    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories

    ... but that will change *all* Command Prompts, which definitely is NOT
    what I want.

    This is over and beyond the previously well advertised bug that in
    Windows 10 if you open any command prompt as an Administrator, it always
    opens in ...

    C:\Windows\System32

    ... regardless of where the shortcut tells it to open, and no longer
    accepts dragging and dropping of directory or file names to add their
    text to a command, so you have to go through the tedious process of
    dragging them to the Run box, copying it from there, and pasting it into
    the Command Prompt.

    Can anyone suggest a solution to this?

    In the meantime, yet again I ask: "Where do they go to find such dregs
    of humanity that their work is as crap as this?"

    --

    Fake news kills!

    I may be contacted via the contact address given on my website: www.macfh.co.uk

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Paul@3:633/10 to All on Tue Oct 7 14:13:16 2025
    On Tue, 10/7/2025 1:18 PM, Java Jive wrote:
    In my Windows 7 standard build, I have Command Prompt shortcuts on the Desktop & Start Menu that open in D:\Temp.  After upgrading the build to Windows 10, if I pin them to the Start Menu they open in my user profile, which is utterly useless as I never store anything there.  I've tried several different things, but nothing has worked except changing the shortcut in ...

        C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories

    ... but that will change *all* Command Prompts, which definitely is NOT what I want.

    This is over and beyond the previously well advertised bug that in Windows 10 if you open any command prompt as an Administrator, it always opens in ...

        C:\Windows\System32

    ... regardless of where the shortcut tells it to open, and no longer accepts dragging and dropping of directory or file names to add their text to a command, so you have to go through the tedious process of dragging them to the Run box, copying it from there, and pasting it into the Command Prompt.

    Can anyone suggest a solution to this?

    In the meantime, yet again I ask: "Where do they go to find such dregs of humanity that their work is as crap as this?"


    It kinda sounds like a cmd being opened in a cmd (something
    is getting sub-shelled and stripped of decorative suggestion).

    Say, as an alternative, you did this. Just the concept of it.
    We need a way to Export an environment variable and pass the
    environment on the cmd-fork.

    cd /d D:\Temp ; cmd

    The ENV passed as a side effect from the first shell invocation
    might get "exported" such that the next cmd invocation picks it up.

    But I don't know what amount of foolery will be needed
    to defeat the thing. Maybe constructing a .bat and using
    that in your entry instead of a verbatim cmd.exe formulation
    will give the degree of control needed.

    All I can tell you, is I've seen "Administrator terminals"
    that open in C:\Windows\System32 and I've seen "Administrator terminals"
    that open in %userprofile% , but I don't really have a
    good feeling how all this stuff is happening. Sometimes
    when a pattern is strong enough, my feeble brain can work
    it out. But if everything you try does something different
    on a whim, it's pretty hard to see a common thread to it.

    Paul

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From VanguardLH@3:633/10 to All on Tue Oct 7 15:30:28 2025
    Java Jive <java@evij.com.invalid> wrote:

    In my Windows 7 standard build, I have Command Prompt shortcuts on the Desktop & Start Menu that open in D:\Temp. After upgrading the build to Windows 10, if I pin them to the Start Menu they open in my user
    profile, which is utterly useless as I never store anything there. I've tried several different things, but nothing has worked except changing
    the shortcut in ...

    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories

    ... but that will change *all* Command Prompts, which definitely is NOT
    what I want.

    This is over and beyond the previously well advertised bug that in
    Windows 10 if you open any command prompt as an Administrator, it always opens in ...

    C:\Windows\System32

    ... regardless of where the shortcut tells it to open, and no longer
    accepts dragging and dropping of directory or file names to add their
    text to a command, so you have to go through the tedious process of
    dragging them to the Run box, copying it from there, and pasting it into
    the Command Prompt.

    Can anyone suggest a solution to this?

    In the meantime, yet again I ask: "Where do they go to find such dregs
    of humanity that their work is as crap as this?"

    My cmd shortcuts open to where I specify, but I do have to specify. In
    my case, I specify by telling the newly loaded cmd shell to run the 'cd' command to where I want the shell to change to a working directory. The
    one in a toolbar in the Taskbar is defined as:

    Target: C:\Windows\System32\cmd.exe /k cd c:\
    Start in: C:\

    The Start In field is rather superfluous, but I leave that way, anyway.
    The default cmd.exe in system32 would open that folder by default.
    Since that folder is in the same volume as the folder I want opened, the
    'cd' works fine. However, 'cd' won't work across volumes, like if I
    wanted to have the shell change to d:\temp. In that case, I would
    specify:

    Target: C:\Windows\System32\cmd.exe /k cd /d d:\temp

    The /d parameter has 'cd' move across volumes. Obviously the target
    folder has to already exist; else, 'cd' fails.

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Char Jackson@3:633/10 to All on Tue Oct 7 16:44:15 2025
    On Tue, 7 Oct 2025 18:18:51 +0100, Java Jive <java@evij.com.invalid>
    wrote:

    In my Windows 7 standard build, I have Command Prompt shortcuts on the >Desktop & Start Menu that open in D:\Temp. After upgrading the build to >Windows 10, if I pin them to the Start Menu they open in my user
    profile, which is utterly useless as I never store anything there. I've >tried several different things, but nothing has worked except changing
    the shortcut in ...

    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories

    ... but that will change *all* Command Prompts, which definitely is NOT
    what I want.

    Have you looked into creating a "permanent alias" that allows you to CD
    over to D:\Temp with a keystroke or two, or even none?

    A temporary alias only exists for the duration of the current Command
    Prompt session, but a permanent alias exists, well, permanently. You can
    invoke permanent aliases automatically, upon launching a new session, or manually.

    Example of a temporary alias: doskey dd=cd /D D:\Temp

    To make it permanent, you have to take some additional steps. https://benmyers.dev/blog/alias-directories-windows/
    or endless other search results.

    I chose dd in my example because it's easy to type and it's not an
    existing command.

    Workaround, I know, so probably not your first choice.

    This is over and beyond the previously well advertised bug that in
    Windows 10 if you open any command prompt as an Administrator, it always >opens in ...

    C:\Windows\System32

    ... regardless of where the shortcut tells it to open, and no longer
    accepts dragging and dropping of directory or file names to add their
    text to a command, so you have to go through the tedious process of
    dragging them to the Run box, copying it from there, and pasting it into
    the Command Prompt.

    If you're in File Explorer, you can copy/paste directly from there to
    your Command Prompt. You can probably copy from anywhere that supports
    it, then paste directly into your CP window. I use the right mouse
    button to paste, BTW.


    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Image Poster@3:633/10 to All on Wed Oct 8 00:51:03 2025
    On 07/10/2025 22:44, Char Jackson wrote:
    Have you looked into creating a "permanent alias" that allows you to CD
    over to D:\Temp with a keystroke or two, or even none?

    You don't need to do any of that. Just launch Windows File Explorer and navigate to the folder in which you want the command prompt window to
    open. When you are in that folder, type 'cmd' into the address bar and
    the command prompt will open there. No fiddling needed! See this
    beautiful image:


    <https://i.postimg.cc/YSNtZq2y/2025-10-08-01-40-14.png>







    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Steve Hayes@3:633/10 to All on Wed Oct 8 05:15:49 2025
    On Tue, 7 Oct 2025 18:18:51 +0100, Java Jive <java@evij.com.invalid>
    wrote:

    In my Windows 7 standard build, I have Command Prompt shortcuts on the >Desktop & Start Menu that open in D:\Temp. After upgrading the build to >Windows 10, if I pin them to the Start Menu they open in my user
    profile, which is utterly useless as I never store anything there. I've >tried several different things, but nothing has worked except changing
    the shortcut in ...

    Here is something I do, which you might be able to adapt.

    I frequently run MS DOS programs, so have desktop icons for them with shortcuts, but these do no shop up if you are already running a
    Windows program.

    So I open the command prompt and run a batch file like this:

    @echo off
    cls
    e:
    cd \asksam
    as %1

    Which runs the program from the command prompt.

    You could use batchfiles to get it to change to whichever directory
    you like.


    --
    Steve Hayes from Tshwane, South Africa
    Web: http://www.khanya.org.za/stevesig.htm
    Blog: http://khanya.wordpress.com
    E-mail - see web page, or parse: shayes at dunelm full stop org full stop uk

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Nil@3:633/10 to All on Tue Oct 7 23:44:08 2025
    On 07 Oct 2025, Image Poster <image.poster@invalid.invalid> wrote in alt.comp.os.windows-10:

    On 07/10/2025 22:44, Char Jackson wrote:
    Have you looked into creating a "permanent alias" that allows you
    to CD over to D:\Temp with a keystroke or two, or even none?

    You don't need to do any of that. Just launch Windows File
    Explorer and navigate to the folder in which you want the command
    prompt window to open. When you are in that folder, type 'cmd'
    into the address bar and the command prompt will open there. No
    fiddling needed! See this beautiful image:


    <https://i.postimg.cc/YSNtZq2y/2025-10-08-01-40-14.png>

    I did not know that! It acts much like the Run... command box. Thanks,
    this will be useful to me.

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From J. P. Gilliver@3:633/10 to All on Wed Oct 8 09:20:56 2025
    On 2025/10/8 4:44:8, Nil wrote:
    On 07 Oct 2025, Image Poster <image.poster@invalid.invalid> wrote in alt.comp.os.windows-10:

    On 07/10/2025 22:44, Char Jackson wrote:
    Have you looked into creating a "permanent alias" that allows you
    to CD over to D:\Temp with a keystroke or two, or even none?

    You don't need to do any of that. Just launch Windows File
    Explorer and navigate to the folder in which you want the command
    prompt window to open. When you are in that folder, type 'cmd'
    into the address bar and the command prompt will open there. No
    fiddling needed! See this beautiful image:


    <https://i.postimg.cc/YSNtZq2y/2025-10-08-01-40-14.png>

    I did not know that! It acts much like the Run... command box. Thanks,

    this will be useful to me.

    Nor did I! Thanks for the info.

    I have "Open command prompt here" (and "Open Administrator command
    prompt here"), or similar wording, set up in the right-click menu (I
    forget how - there are plenty of how-tos out there and I'm sure the
    AIbots will know too). But knowing the above exists is useful for use on
    other computers.

    I will also - if I remember it at all! - try it with commands other than
    cmd.


    --
    J. P. Gilliver. UMRA: 1960/<1985 MB++G()ALIS-Ch++(p)Ar++T+H+Sh0!:`)DNAf

    Self Test for Paranoia: You know you have it when you can't think of
    anything that's your own fault.
    - "The Real Bev" in comp.mobile.android, 2019-1-1

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Joerg Walther@3:633/10 to All on Wed Oct 8 10:24:28 2025
    Steve Hayes wrote:

    I frequently run MS DOS programs

    How? The last Windows version that supported DOS was Windows XP 32 bit.

    -jw-
    --
    And now for something completely different...

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From J. P. Gilliver@3:633/10 to All on Wed Oct 8 09:26:30 2025
    On 2025/10/8 4:15:49, Steve Hayes wrote:

    []


    I frequently run MS DOS programs, so have desktop icons for them with shortcuts, but these do no shop up if you are already running a
    Windows program.

    []

    Presumably you always run your Windows prog.s full-screen, or otherwise obscuring the shortcuts? I (a) don't run _most_ things full-screen (b)
    put shortcuts on the right of my desktop. (That's where I don't have
    them pinned to the taskbar [I have a double-height taskbar]. I have one
    command prompt pinned, which opens in the directory of the command I use
    a lot. Not sure if I can do that with more than one such.)--
    J. P. Gilliver. UMRA: 1960/<1985 MB++G()ALIS-Ch++(p)Ar++T+H+Sh0!:`)DNAf

    Self Test for Paranoia: You know you have it when you can't think of
    anything that's your own fault.
    - "The Real Bev" in comp.mobile.android, 2019-1-1

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Java Jive@3:633/10 to All on Wed Oct 8 10:14:56 2025
    Thanks for ALL the replies, I've read and appreciate them all, but I
    realise now that the problem is slightly more complicated than first I described ...

    On 2025-10-07 18:18, Java Jive wrote:
    In my Windows 7 standard build, I have Command Prompt shortcuts on the Desktop & Start Menu that open in D:\Temp.  After upgrading the build to Windows 10, if I pin them to the Start Menu they open in my user
    profile, which is utterly useless as I never store anything there.  I've tried several different things, but nothing has worked except changing
    the shortcut in ...

        C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories

    ... but that will change *all* Command Prompts, which definitely is NOT
    what I want.

    This is over and beyond the previously well advertised bug that in
    Windows 10 if you open any command prompt as an Administrator, it always opens in ...

        C:\Windows\System32

    ... regardless of where the shortcut tells it to open, and no longer
    accepts dragging and dropping of directory or file names to add their
    text to a command, so you have to go through the tedious process of
    dragging them to the Run box, copying it from there, and pasting it into
    the Command Prompt.

    Can anyone suggest a solution to this?

    Many have suggested running a batch file or command with the /K switch,
    and I do this with another command prompt which runs GetIPlayer, and,
    even when pinned to the Start Menu, this actually still works in every respect. The command in the shortcut for this is ...

    %ComSpec% /K C:\Programs\GFV-GIP-Init.bat

    ... which BATch file first changes the directory and then defines some
    DosKey abbreviations for commands to launch GetIPlayer, GetFlashVideos
    (but I haven't used those for a long while, because I don't think it
    works any more), YouTubeDownload, and YouTubeDownloadPlus. But what is
    most relevant here is that every aspect of the original shortcut is
    preserved, including the different background colour of the command
    prompt and the dimensions of its window. With the subject of my
    original complaint, none of this happens, besides opening in the wrong directory, the window is also the wrong size, the default of the
    original windows shortcuts.

    Another Windows 10 bug, which I've complained about before, is that if
    you have another shortcut with a similar name, Windows 10 gets muddled
    as to which the pin refers, so if I <rt-click> the shortcut that
    launches Firefox with my normal profile, which shortcut is in my User
    Start Menu, it actually pins a different shortcut launching an older
    version of Firefox with a debugging profile, because for some reason or
    other it finds that first in its heirarchy, probably because it's in the
    All Users profile C:\ProgramData, not my user profile.

    So the whole thing is a bloody, buggy mess, but yes, I think the answer
    is going to have to be to define a short batch file to set the folder,
    and with luck the window will then have the correct dimensions also.

    In the meantime, yet again I ask: "Where do they go to find such dregs
    of humanity that their work is as crap as this?"

    Indeed.

    Thanks again to all.

    --

    Fake news kills!

    I may be contacted via the contact address given on my website: www.macfh.co.uk


    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Java Jive@3:633/10 to All on Wed Oct 8 10:34:00 2025
    On 2025-10-08 01:51, Image Poster wrote:
    On 07/10/2025 22:44, Char Jackson wrote:
    Have you looked into creating a "permanent alias" that allows you to CD
    over to D:\Temp with a keystroke or two, or even none?

    You don't need to do any of that. Just launch Windows File Explorer and navigate to the folder in which you want the command prompt window to
    open. When you are in that folder, type 'cmd' into the address bar and
    the command prompt will open there. No fiddling needed! See this
    beautiful image:

    <https://i.postimg.cc/YSNtZq2y/2025-10-08-01-40-14.png>

    I'm with the others who didn't know about this potentially useful trick.
    Has to be local folder though, it doesn't work with a network one.

    --

    Fake news kills!

    I may be contacted via the contact address given on my website: www.macfh.co.uk


    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From MikeS@3:633/10 to All on Wed Oct 8 12:17:28 2025
    On 08/10/2025 01:51, Image Poster wrote:
    On 07/10/2025 22:44, Char Jackson wrote:
    Have you looked into creating a "permanent alias" that allows you to CD
    over to D:\Temp with a keystroke or two, or even none?

    You don't need to do any of that. Just launch Windows File Explorer and navigate to the folder in which you want the command prompt window to
    open. When you are in that folder, type 'cmd' into the address bar and
    the command prompt will open there. No fiddling needed! See this
    beautiful image:


    <https://i.postimg.cc/YSNtZq2y/2025-10-08-01-40-14.png>

    Even easier. Just launch Windows File Explorer and navigate to the
    folder in which you want the command prompt window to open. Right click
    the folder and select "Open in Terminal".

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From knuttle@3:633/10 to All on Wed Oct 8 07:25:32 2025
    On 10/07/2025 11:15 PM, Steve Hayes wrote:
    On Tue, 7 Oct 2025 18:18:51 +0100, Java Jive <java@evij.com.invalid>
    wrote:

    In my Windows 7 standard build, I have Command Prompt shortcuts on the
    Desktop & Start Menu that open in D:\Temp. After upgrading the build to
    Windows 10, if I pin them to the Start Menu they open in my user
    profile, which is utterly useless as I never store anything there. I've
    tried several different things, but nothing has worked except changing
    the shortcut in ...

    Here is something I do, which you might be able to adapt.

    I frequently run MS DOS programs, so have desktop icons for them with shortcuts, but these do no shop up if you are already running a
    Windows program.

    So I open the command prompt and run a batch file like this:

    @echo off
    cls
    e:
    cd \asksam
    as %1

    Which runs the program from the command prompt.

    You could use batchfiles to get it to change to whichever directory
    you like.


    what if you make a short cut to the batch file instead of the program
    itself. The batch file would contain the program and directory you want.

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Java Jive@3:633/10 to All on Wed Oct 8 13:31:41 2025
    On 2025-10-08 12:17, MikeS wrote:
    On 08/10/2025 01:51, Image Poster wrote:
    On 07/10/2025 22:44, Char Jackson wrote:
    Have you looked into creating a "permanent alias" that allows you to CD
    over to D:\Temp with a keystroke or two, or even none?

    You don't need to do any of that. Just launch Windows File Explorer and
    navigate to the folder in which you want the command prompt window to
    open. When you are in that folder, type 'cmd' into the address bar and
    the command prompt will open there. No fiddling needed! See this
    beautiful image:

    <https://i.postimg.cc/YSNtZq2y/2025-10-08-01-40-14.png>

    Even easier. Just launch Windows File Explorer and navigate to the
    folder in which you want the command prompt window to open. Right click
    the folder and select "Open in Terminal".

    While both are useful, neither is as easy as clicking a Start menu item.

    --

    Fake news kills!

    I may be contacted via the contact address given on my website: www.macfh.co.uk


    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Java Jive@3:633/10 to All on Wed Oct 8 14:59:41 2025
    On 2025-10-08 10:14, Java Jive wrote:

    So the whole thing is a bloody, buggy mess, but yes, I think the answer
    is going to have to be to define a short batch file to set the folder,
    and with luck the window will then have the correct dimensions also.

    This works, launching with the correct window dimensions in the correct directory BUT ...

    The pinned item is blank within the Start menu. So I curse, click
    Change Icon in the properties, navigate to shell32.dll, only to find
    there are no suitable icons there, thence to moricons.dll where the only remotely suitable ones have MSDOS on a blue background, hardly
    appropriate 20 years on from MSDOS, but that and others very similar are
    all there are that are in any way suitable, so I choose the first of
    them, unpin and pin anew the shortcut to the Start menu, still no icon.
    By contrast, the GIP shortcut referred to in my previous post has the
    correct icon originally designated in the shortcut properties.

    Further, the Start menu blank iconless button is not generated in the
    space conveniently left for it, but is generated in a new group below,
    so I drag it into the space, and now it becomes non-functional, it
    doesn't respond either to a mouse-over or a click.

    If we could each charge Microsoft, say even just Ь25/hr, for our
    collectively wasted time, they'd be broke, and we'd be a lot richer.

    In the meantime, yet again I ask: "Where do they go to find such dregs
    of humanity that their work is as crap as this?"

    Indeed.

    Thanks again to all.


    --

    Fake news kills!

    I may be contacted via the contact address given on my website: www.macfh.co.uk


    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From ...winston@3:633/10 to All on Wed Oct 8 10:52:37 2025
    Java Jive wrote:
    On 2025-10-08 01:51, Image Poster wrote:
    On 07/10/2025 22:44, Char Jackson wrote:
    Have you looked into creating a "permanent alias" that allows you to CD
    over to D:\Temp with a keystroke or two, or even none?

    You don't need to do any of that. Just launch Windows File Explorer and
    navigate to the folder in which you want the command prompt window to
    open. When you are in that folder, type 'cmd' into the address bar and
    the command prompt will open there. No fiddling needed! See this
    beautiful image:

    <https://i.postimg.cc/YSNtZq2y/2025-10-08-01-40-14.png>

    I'm with the others who didn't know about this potentially useful trick.
     Has to be local folder though, it doesn't work with a network one.


    Correct, UNC paths are not supported for the File Explorer 'cmd' feature.

    Command.com can access a mapped drive and folders/subfolders


    --
    ...wнд?ё?д

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Frank Slootweg@3:633/10 to All on Wed Oct 8 15:23:17 2025
    Java Jive <java@evij.com.invalid> wrote:
    Thanks for ALL the replies, I've read and appreciate them all, but I
    realise now that the problem is slightly more complicated than first I described ...
    [...]
    Many have suggested running a batch file or command with the /K switch,
    and I do this with another command prompt which runs GetIPlayer, and,
    even when pinned to the Start Menu, this actually still works in every respect. The command in the shortcut for this is ...

    %ComSpec% /K C:\Programs\GFV-GIP-Init.bat

    Yes, that's basically what I do and the .bat file can do anything
    needed before you get the prompt.

    ... which BATch file first changes the directory and then defines some DosKey abbreviations for commands to launch GetIPlayer, GetFlashVideos
    (but I haven't used those for a long while, because I don't think it
    works any more), YouTubeDownload, and YouTubeDownloadPlus. But what is
    most relevant here is that every aspect of the original shortcut is preserved, including the different background colour of the command
    prompt and the dimensions of its window. With the subject of my
    original complaint, none of this happens, besides opening in the wrong directory, the window is also the wrong size, the default of the
    original windows shortcuts.

    You set these Properties *after* running the shortcut for the first
    time. So you execute the shortcut, cmd.exe is started, the ,bat file is executed and you're in a Command Prompt window with the wrong size,
    wrong colour, etc..

    Now click on the icon in the upper left of the window, select
    Properties and set Options, Font, Layout, Colours and Terminal (does
    Windows 10 have Terminal?) the way you want them. After clicking OK,
    these Properties are preserved for the next time.

    The Properties are apparently stored in the shortcut, because the
    shortcut has extra tabs for these Properties, so not just the General, Shortcut, Compatibility, Digital Signatures, Security, Details, and
    Previous versions tabs of a 'normal' shortcut, but also Options, Font,
    Layout and Colours tabs, i.e. the tabs of Properties of the Command
    Prompt window.

    N.B. When trying this again, I saw that as soon as you put cmd.exe in
    the Target: field of the shortcut, the extra tabs appear, but I've never noticed that and doubt if you did/do. But it's of course much easier to
    change the Properties of the Command Prompt window in the window itself,
    so you directly see the effect of your changes,

    BTW, all this also works when the shortcut is started with right-click
    'Run as administrator'.

    As to your copy-and-paste issues, see QuickEdit Mode and 'Use
    Ctrl+Shift+C/V as Copy/Paste' in the 'Options' tab of Properties.

    FWIW, I only set/tick QuickEdit Mode and copy with highlight+enter and
    paste with left-click. A little akward, but I've been using this for
    decades. Ctrl+Shift+C/V is probably more elegant, but more keys to
    press.

    [...]

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Java Jive@3:633/10 to All on Wed Oct 8 17:00:15 2025
    On 2025-10-08 14:59, Java Jive wrote:
    On 2025-10-08 10:14, Java Jive wrote:

    So the whole thing is a bloody, buggy mess, but yes, I think the
    answer is going to have to be to define a short batch file to set the
    folder, and with luck the window will then have the correct dimensions
    also.

    This works, launching with the correct window dimensions in the correct directory BUT ...

    The pinned item is blank within the Start menu.  So I curse, click
    Change Icon in the properties, navigate to shell32.dll, only to find
    there are no suitable icons there, thence to moricons.dll where the only remotely suitable ones have MSDOS on a blue background, hardly
    appropriate 20 years on from MSDOS, but that and others very similar are
    all there are that are in any way suitable, so I choose the first of
    them, unpin and pin anew the shortcut to the Start menu, still no icon.
    By contrast, the GIP shortcut referred to in my previous post has the correct icon originally designated in the shortcut properties.

    Further, the Start menu blank iconless button is not generated in the
    space conveniently left for it, but is generated in a new group below,
    so I drag it into the space, and now it becomes non-functional, it
    doesn't respond either to a mouse-over or a click.

    So the latest in the saga is that an update came, after which nearly all
    the icons on both sides of the Start menu disappeared. I looked online
    and tried various fixes suggested, but nothing worked, so I had to
    revert to my last saved image and start again. Another hour wasted.

    However, I now have the Start menu how I want it, including the command
    prompt in the D:\Temp directory, which works as previously outlined and
    even has the barely appropriate icon. The update has come again and
    this time has left the Start menu alone.

    Now for the next stage of tedious fiddling to unclutter Explorer.

    If we could each charge Microsoft, say even just Ь25/hr, for our collectively wasted time, they'd be broke, and we'd be a lot richer.


    --

    Fake news kills!

    I may be contacted via the contact address given on my website: www.macfh.co.uk


    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Steve Hayes@3:633/10 to All on Thu Oct 9 03:30:48 2025
    On Wed, 08 Oct 2025 10:24:28 +0200, Joerg Walther
    <joerg.walther@magenta.de> wrote:

    Steve Hayes wrote:

    I frequently run MS DOS programs

    How? The last Windows version that supported DOS was Windows XP 32 bit.

    No, the last one is Windows 10, which I use.

    Windows 11 doesn't support running DOS programs, which is why I won't
    be downgrading to it next week.

    But the use of batch files to change directories should work in any
    version, whether it supports DOS or not.


    --
    Steve Hayes from Tshwane, South Africa
    Web: http://www.khanya.org.za/stevesig.htm
    Blog: http://khanya.wordpress.com
    E-mail - see web page, or parse: shayes at dunelm full stop org full stop uk

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Steve Hayes@3:633/10 to All on Thu Oct 9 03:43:56 2025
    On Wed, 8 Oct 2025 09:26:30 +0100, "J. P. Gilliver" <G6JPG@255soft.uk>
    wrote:

    On 2025/10/8 4:15:49, Steve Hayes wrote:

    []


    I frequently run MS DOS programs, so have desktop icons for them with
    shortcuts, but these do no shop up if you are already running a
    Windows program.

    []

    Presumably you always run your Windows prog.s full-screen, or otherwise >obscuring the shortcuts?

    Yes, I usually do. MS Office 97 had a useful toolbar which shows the
    desktop icons in a line across the top or down the side of the screen,
    but I don't have that on my Win 10 computer, so it's easier to run
    those programs Command Prompt --> Batch File as described.

    But no matter what the reason, changing directoris using a two-letter
    batch file is a lot easier than than typing a path name, particularly
    if it's long. So if the command prompt always opens in the wrong
    directory, just type a couple of letters to get to the right one.



    I (a) don't run _most_ things full-screen (b)
    put shortcuts on the right of my desktop. (That's where I don't have
    them pinned to the taskbar [I have a double-height taskbar]. I have one >command prompt pinned, which opens in the directory of the command I use
    a lot. Not sure if I can do that with more than one such.)--
    J. P. Gilliver. UMRA: 1960/<1985 MB++G()ALIS-Ch++(p)Ar++T+H+Sh0!:`)DNAf


    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Steve Hayes@3:633/10 to All on Thu Oct 9 03:50:46 2025
    On Wed, 8 Oct 2025 07:25:32 -0400, knuttle <keith_nuttle@yahoo.com>
    wrote:

    On 10/07/2025 11:15 PM, Steve Hayes wrote:
    On Tue, 7 Oct 2025 18:18:51 +0100, Java Jive <java@evij.com.invalid>
    wrote:

    In my Windows 7 standard build, I have Command Prompt shortcuts on the
    Desktop & Start Menu that open in D:\Temp. After upgrading the build to >>> Windows 10, if I pin them to the Start Menu they open in my user
    profile, which is utterly useless as I never store anything there. I've >>> tried several different things, but nothing has worked except changing
    the shortcut in ...

    Here is something I do, which you might be able to adapt.

    I frequently run MS DOS programs, so have desktop icons for them with
    shortcuts, but these do no shop up if you are already running a
    Windows program.

    So I open the command prompt and run a batch file like this:

    @echo off
    cls
    e:
    cd \asksam
    as %1

    Which runs the program from the command prompt.

    You could use batchfiles to get it to change to whichever directory
    you like.


    what if you make a short cut to the batch file instead of the program >itself. The batch file would contain the program and directory you want.

    Why would one want to do that?

    If the shortcut to the program is visible and works, it would be
    quicker than having a short-cut to to the batch file.

    The main reason for having the batch file is to be able to run the
    program quickly when the Command Prompt icon is visible and the
    shortcut icon for the program is not.



    --
    Steve Hayes from Tshwane, South Africa
    Web: http://www.khanya.org.za/stevesig.htm
    Blog: http://khanya.wordpress.com
    E-mail - see web page, or parse: shayes at dunelm full stop org full stop uk

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From J. P. Gilliver@3:633/10 to All on Thu Oct 9 10:09:15 2025
    On 2025/10/9 2:43:56, Steve Hayes wrote:
    On Wed, 8 Oct 2025 09:26:30 +0100, "J. P. Gilliver" <G6JPG@255soft.uk>
    wrote:

    On 2025/10/8 4:15:49, Steve Hayes wrote:

    []


    I frequently run MS DOS programs, so have desktop icons for them with

    shortcuts, but these do no shop up if you are already running a
    Windows program.

    []

    Presumably you always run your Windows prog.s full-screen, or otherwis
    e
    obscuring the shortcuts?

    Yes, I usually do. MS Office 97 had a useful toolbar which shows the

    Wow, Office 97! I had that (well, a '98 upgrade, "Burgundy Edition"). I
    don't remember that toolbar though. I use 2003, though the only
    advantage it has for me over older ones is better positioning of cell
    contents in tables, and - probably more important - the plugins that let
    it open .docx and .xlsx documents. (I never _save_ in those formats.)

    desktop icons in a line across the top or down the side of the screen,
    but I don't have that on my Win 10 computer, so it's easier to run
    those programs Command Prompt --> Batch File as described.

    But no matter what the reason, changing directoris using a two-letter
    batch file is a lot easier than than typing a path name, particularly
    if it's long. So if the command prompt always opens in the wrong
    directory, just type a couple of letters to get to the right one.

    _Can_ you pin more than one command prompt to the taskbar? (Open one,
    then right-click on it in the taskbar and select pin.) I only have one,
    but have it set to open in the directory I want (where I keep my
    yt-dlp). [I have a y.bat file there - I used to have just yt-dlp.exe
    there renamed to y.exe, but - actually created by ChatGPT! - y.bat now
    does a lot more than just call yt-dlp.]

    []


    --
    J. P. Gilliver. UMRA: 1960/<1985 MB++G()ALIS-Ch++(p)Ar++T+H+Sh0!:`)DNAf

    I would have written you a shorter letter but I didn't have the time.
    - Blaise Pascal in Lettres Provinciales

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From J. P. Gilliver@3:633/10 to All on Thu Oct 9 10:28:22 2025
    On 2025/10/9 2:50:46, Steve Hayes wrote:
    On Wed, 8 Oct 2025 07:25:32 -0400, knuttle <keith_nuttle@yahoo.com>
    wrote:

    []


    what if you make a short cut to the batch file instead of the program

    itself. The batch file would contain the program and directory you wa
    nt.

    Why would one want to do that?

    If the shortcut to the program is visible and works, it would be
    quicker than having a short-cut to to the batch file.

    Because the shortcut to the program might call up the program executable directly, but any output from the program might not necessarily go to
    the directory you want it to. that's one reason, anyway.>
    The main reason for having the batch file is to be able to run the
    program quickly when the Command Prompt icon is visible and the
    shortcut icon for the program is not.



    Presumably only if the batch file is in the directory the command prompt
    is open in - or, if you keep all your two-letter batch files in a folder
    you've added to your path.
    --
    J. P. Gilliver. UMRA: 1960/<1985 MB++G()ALIS-Ch++(p)Ar++T+H+Sh0!:`)DNAf

    I would have written you a shorter letter but I didn't have the time.
    - Blaise Pascal in Lettres Provinciales

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Joerg Walther@3:633/10 to All on Thu Oct 9 12:42:41 2025
    Steve Hayes wrote:

    How? The last Windows version that supported DOS was Windows XP 32 bit.

    No, the last one is Windows 10, which I use.

    Definitely not, because NTVDM was dropped after Windows XP. Whatever you
    use must be additional software (Dosbox) or you are running a Windows
    TEXT mode programme of which you think it is a Dos programme. Just load
    the .exe file of your "Dos" programme into a lister/editor (Notepad will
    do) and you will see something like "This program must be run under
    Win32" or "This program canot be run in DOS mode". Your not switching to Windows 11 thusly is completely unnecessary since DOS support was
    dropped from Windows more than a decade previous to that.

    If you are really running a DOS programme in this super limited
    environment W10 32bit (which only supports 3.5 Gigs of RAM) offers, my condolences, since with this little amount of RAM you are not getting
    anywhere these days.

    https://superuser.com/questions/1184189/what-is-the-last-version-of-windows-operating-system-that-can-run-dos-applicatio:

    "The truly last edition of Windows that natively supports DOS apps in an
    entire extent, is Windows XP, and even then there were some limitations
    and the DOS environment emulation just wasn't that perfect. The best
    results would be with Windows 9x, which were still DOS based, as opposed
    to Windows NT, Windows 2000 and Windows XP, which were NT based (as the
    rest of Windows nowadays), or with MS-DOS itself, obviously. If you need
    to use the modern hardware, the best option for you would be to use
    DOSBox or other emulation software (like VirtualBox or VMware). You can
    mount physical device ports to the virtual machine so they can be used
    to access your physical printer if you need that, so the only thing that
    limits you in using old DOS apps is the hassle with setting eighter a
    virtual machine or a physical machine up."

    -jw-
    --
    And now for something completely different...

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Stan Brown@3:633/10 to All on Thu Oct 9 10:43:26 2025
    On Thu, 09 Oct 2025 03:30:48 +0200, Steve Hayes wrote:
    On Wed, 08 Oct 2025 10:24:28 +0200, Joerg Walther
    <joerg.walther@magenta.de> wrote:

    [quoted text muted]

    I frequently run MS DOS programs

    How? The last Windows version that supported DOS was Windows XP 32 bit.

    No, the last one is Windows 10, which I use.

    Windows 11 doesn't support running DOS programs, which is why I won't
    be downgrading to it next week.

    I suppose it depends on what you mean by "DOS programs". If you mean non-Windows-aware programs written to be run in a command prompt, I
    run several quite frequently, in Windows 10 and 11. But the command
    prompt is not DOS.

    I'm unable to figure out just what you _do_ mean.

    --
    "The power of accurate observation is frequently called cynicism by
    those who don't have it." --George Bernard Shaw

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Steve Hayes@3:633/10 to All on Fri Oct 10 17:41:21 2025
    On Thu, 9 Oct 2025 10:43:26 -0700, Stan Brown <someone@example.com>
    wrote:

    On Thu, 09 Oct 2025 03:30:48 +0200, Steve Hayes wrote:
    On Wed, 08 Oct 2025 10:24:28 +0200, Joerg Walther
    <joerg.walther@magenta.de> wrote:

    [quoted text muted]

    I frequently run MS DOS programs

    How? The last Windows version that supported DOS was Windows XP 32 bit.

    No, the last one is Windows 10, which I use.

    Windows 11 doesn't support running DOS programs, which is why I won't
    be downgrading to it next week.

    I suppose it depends on what you mean by "DOS programs". If you mean >non-Windows-aware programs written to be run in a command prompt, I
    run several quite frequently, in Windows 10 and 11. But the command
    prompt is not DOS.

    I mean programs that I used to run ubnder MS-Dos 4, 5, & 6, in aDOS
    Window in OS/2, and in Windows 98 and Windows 7.

    And I still run them in Windows XP on my desktop computer and in
    Windows 10 on my laptop computer.

    The ones I use most frequently (ie every day) are

    Inmagic
    askSam for DOS (I also have a Windows version, which is not as
    powerful)
    XyWrite

    There are others I run less frequently.

    The reason I have batch files to call them when running Windows 10 is
    that they do not show up on the Start Menu when a Windows program is
    running full screen.




    --
    Steve Hayes from Tshwane, South Africa
    Web: http://www.khanya.org.za/stevesig.htm
    Blog: http://khanya.wordpress.com
    E-mail - see web page, or parse: shayes at dunelm full stop org full stop uk

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Steve Hayes@3:633/10 to All on Fri Oct 10 17:46:15 2025
    On Thu, 9 Oct 2025 10:09:15 +0100, "J. P. Gilliver" <G6JPG@255soft.uk>
    wrote:

    On 2025/10/9 2:43:56, Steve Hayes wrote:
    On Wed, 8 Oct 2025 09:26:30 +0100, "J. P. Gilliver" <G6JPG@255soft.uk>
    wrote:

    On 2025/10/8 4:15:49, Steve Hayes wrote:

    []


    I frequently run MS DOS programs, so have desktop icons for them with
    shortcuts, but these do no shop up if you are already running a
    Windows program.

    []

    Presumably you always run your Windows prog.s full-screen, or otherwise
    obscuring the shortcuts?

    Yes, I usually do. MS Office 97 had a useful toolbar which shows the

    Wow, Office 97! I had that (well, a '98 upgrade, "Burgundy Edition"). I
    don't remember that toolbar though. I use 2003, though the only
    advantage it has for me over older ones is better positioning of cell >contents in tables, and - probably more important - the plugins that let
    it open .docx and .xlsx documents. (I never _save_ in those formats.)

    The tookbar was hidden away somewhere, and was an optional
    installation and was dropped in later versions of Office, but I have
    found it very useful.

    desktop icons in a line across the top or down the side of the screen,
    but I don't have that on my Win 10 computer, so it's easier to run
    those programs Command Prompt --> Batch File as described.

    But no matter what the reason, changing directoris using a two-letter
    batch file is a lot easier than than typing a path name, particularly
    if it's long. So if the command prompt always opens in the wrong
    directory, just type a couple of letters to get to the right one.

    _Can_ you pin more than one command prompt to the taskbar? (Open one,
    then right-click on it in the taskbar and select pin.) I only have one,
    but have it set to open in the directory I want (where I keep my
    yt-dlp). [I have a y.bat file there - I used to have just yt-dlp.exe
    there renamed to y.exe, but - actually created by ChatGPT! - y.bat now
    does a lot more than just call yt-dlp.]

    I'm not sure, but the one in the Microsoft Office Shortcut Toolbar
    lets me open as many as I want -- click one, it opens a window, glick
    again and it opens andot5her, and so on.




    --
    Steve Hayes from Tshwane, South Africa
    Web: http://www.khanya.org.za/stevesig.htm
    Blog: http://khanya.wordpress.com
    E-mail - see web page, or parse: shayes at dunelm full stop org full stop uk

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Steve Hayes@3:633/10 to All on Fri Oct 10 17:54:31 2025
    On Thu, 9 Oct 2025 10:28:22 +0100, "J. P. Gilliver" <G6JPG@255soft.uk>
    wrote:

    On 2025/10/9 2:50:46, Steve Hayes wrote:
    On Wed, 8 Oct 2025 07:25:32 -0400, knuttle <keith_nuttle@yahoo.com>
    wrote:

    []


    what if you make a short cut to the batch file instead of the program
    itself. The batch file would contain the program and directory you want. >>
    Why would one want to do that?

    If the shortcut to the program is visible and works, it would be
    quicker than having a short-cut to to the batch file.

    Because the shortcut to the program might call up the program executable >directly, but any output from the program might not necessarily go to
    the directory you want it to. that's one reason, anyway.>

    The programs I use either let me set the directory I want output to go
    to or are installed in the directory I want outut to go to.


    The main reason for having the batch file is to be able to run the
    program quickly when the Command Prompt icon is visible and the
    shortcut icon for the program is not.



    Presumably only if the batch file is in the directory the command prompt
    is open in - or, if you keep all your two-letter batch files in a folder >you've added to your path.

    Yes, I have a directory called belfry, where I keep all my .bat files,
    and it's in the path.

    It's a relic of my first MS-DOS computer, acquired in 1987,

    I likewise have a DU directory, also in the path, where I have DOS
    utility programs, like PKZip and other compression utilities and the
    like, which can be called from batch files.


    --
    Steve Hayes from Tshwane, South Africa
    Web: http://www.khanya.org.za/stevesig.htm
    Blog: http://khanya.wordpress.com
    E-mail - see web page, or parse: shayes at dunelm full stop org full stop uk

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Paul@3:633/10 to All on Fri Oct 10 23:42:10 2025
    On Fri, 10/10/2025 11:41 AM, Steve Hayes wrote:
    On Thu, 9 Oct 2025 10:43:26 -0700, Stan Brown <someone@example.com>
    wrote:

    On Thu, 09 Oct 2025 03:30:48 +0200, Steve Hayes wrote:
    On Wed, 08 Oct 2025 10:24:28 +0200, Joerg Walther
    <joerg.walther@magenta.de> wrote:

    [quoted text muted]

    I frequently run MS DOS programs

    How? The last Windows version that supported DOS was Windows XP 32 bit. >>>
    No, the last one is Windows 10, which I use.

    Windows 11 doesn't support running DOS programs, which is why I won't
    be downgrading to it next week.

    I suppose it depends on what you mean by "DOS programs". If you mean
    non-Windows-aware programs written to be run in a command prompt, I
    run several quite frequently, in Windows 10 and 11. But the command
    prompt is not DOS.

    I mean programs that I used to run ubnder MS-Dos 4, 5, & 6, in aDOS
    Window in OS/2, and in Windows 98 and Windows 7.

    And I still run them in Windows XP on my desktop computer and in
    Windows 10 on my laptop computer.

    The ones I use most frequently (ie every day) are

    Inmagic
    askSam for DOS (I also have a Windows version, which is not as
    powerful)
    XyWrite

    There are others I run less frequently.

    The reason I have batch files to call them when running Windows 10 is
    that they do not show up on the Start Menu when a Windows program is
    running full screen.

    https://en.wikipedia.org/wiki/XyWrite

    "In 2015, work started on using XyWrite within the vDos program shell
    in 32 and 64 bit windows. This was successful in October 2016, resulting
    in an x86 PC and DOS emulator for Windows based on Jos Schaars's vDos.
    Formerly known as vDos-lfn, vDosPlus allows XyWrite 4, XyWrite III+,
    and Nota Bene for DOS to run under the latest versions of
    Microsoft Windows (including 64-bit Windows). VdosPlus.org[21][22]
    shows the various functions, and XyWWWeb[23] shows usage.
    "

    Paul





    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From J. P. Gilliver@3:633/10 to All on Sat Oct 11 09:55:58 2025
    On 2025/10/11 9:43:10, Daniel70 wrote:
    On 11/10/2025 2:54 am, Steve Hayes wrote:
    On Thu, 9 Oct 2025 10:28:22 +0100, "J. P. Gilliver" <G6JPG@255soft.uk>
    wrote:

    <Snip>

    Presumably only if the batch file is in the directory the command prompt >>> is open in - or, if you keep all your two-letter batch files in a folder >>> you've added to your path.

    Yes, I have a directory called belfry, where I keep all my .bat files,
    and it's in the path.

    ".bat files" in your "belfry"?? Yuck! Yuck! Yuck. Does that mean you are
    a bit "batty"??

    (Hmm!! I would have thought it was "bellfry" ... but NO!!)

    You are expecting the English language to be logical. Many have suffered
    there! On pronunciation alone, there's "The Chaos" (1922): https://ncf.idallen.com/english.html

    --
    J. P. Gilliver. UMRA: 1960/<1985 MB++G()ALIS-Ch++(p)Ar++T+H+Sh0!:`)DNAf

    A. Top-posters.
    Q. What's the most irritating thing on Usenet?

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From Steve Hayes@3:633/10 to All on Sun Oct 12 18:44:01 2025
    On Fri, 10 Oct 2025 23:42:10 -0400, Paul <nospam@needed.invalid>
    wrote:

    On Fri, 10/10/2025 11:41 AM, Steve Hayes wrote:
    The ones I use most frequently (ie every day) are

    Inmagic
    askSam for DOS (I also have a Windows version, which is not as
    powerful)
    XyWrite

    There are others I run less frequently.

    The reason I have batch files to call them when running Windows 10 is
    that they do not show up on the Start Menu when a Windows program is
    running full screen.

    https://en.wikipedia.org/wiki/XyWrite

    "In 2015, work started on using XyWrite within the vDos program shell
    in 32 and 64 bit windows. This was successful in October 2016, resulting
    in an x86 PC and DOS emulator for Windows based on Jos Schaars's vDos.
    Formerly known as vDos-lfn, vDosPlus allows XyWrite 4, XyWrite III+,
    and Nota Bene for DOS to run under the latest versions of
    Microsoft Windows (including 64-bit Windows). VdosPlus.org[21][22]
    shows the various functions, and XyWWWeb[23] shows usage.

    Thanks, that looks interesting.


    --
    Steve Hayes from Tshwane, South Africa
    Web: http://www.khanya.org.za/stevesig.htm
    Blog: http://khanya.wordpress.com
    E-mail - see web page, or parse: shayes at dunelm full stop org full stop uk

    --- PyGate Linux v1.0
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)