[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Stopping USB from XY4



Dear Robert

I have one problem and one query about running the "stop USB" script for GOXY.EXE as
below:

/// Issue a DOS command line like this:
/// GoXy.exe C:\XY4\BREEZE.GO "" c
/// In XyWrite:
/// dos/nv/x/z /c GoXy.exe c:\XY4\BREEZE.GO "" c
key(LW)rkey(WT{500})
RunDLL32.exe shell32.dll,Control_RunDLL hotplug.dllkey(ET)
key(WT{1000}L1WT{500}JW{USB Mass Storage Device})KEY(WT{500}RD)key(IF{TD=USB Mass:G2})key(JW{Unplug
or Eject Hardware}CDG1L2)
key(AL)skey(WT{1000}ETWT{1000}ETWT{1000}AL)ckey(WT{1000}ET)
/// Return to XyWrite on conclusion:
/// key(JW{TO})

When the script returns to XY4 my screen font has been changed back to the default font. This is, I
imagine, the same problem that I experienced with OED which you explained as being because the
program was running in the same memory space as XY4 and changed the font while doing so. Is it
possible to remedy it in a similar way?

The query is about the script switching back to XY4 (I'm running full screen) at the end of the
second line of the script and also at the end of the third line, so that the return to XyWrite on
conclusion line of script appears unnecessary. Is this normal?

Paul