473,405 Members | 2,445 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Old DOS guy seeks help...

MLH
Is there anyway I can use CTRL-C in Windows XP to copy this string...

Copy C:\Program Files\Windows NT\Accessories\wordpad.exe \Windows

.... and then somehow 'paste' it into a CMD compatibility window
then execute it? Look, I've already been hit with "Why would you
wanna do that?" Its like an addiction, OK? Sorry for my weakness.
Nov 12 '05 #1
5 1740
I've just read your earlier posts relating to this.
They don't make complete sense to me.
What is the end game here?

Nigel

"Nigel Lawrance" <na*@exeter37.freeserve.co.uk> wrote in message
news:bk**********@newsg1.svr.pol.co.uk...
When you have the Command Prompt Window open, right click the title bar and select Properties.
On the Options tab under Edit Options, check the QuickEditMode box and click ok. You can then elect to save these settings for your shortcut.

To paste, now click where you want the text to be pasted and again right
click on the title bar, selecting Edit, Paste.

Voila

Nigel

PS - what is the '\Windows' switch for?.

Nov 12 '05 #2
MLH
That sure did it!

On Wed, 17 Sep 2003 17:04:48 +0100, "Nigel Lawrance"
<na*@exeter37.freeserve.co.uk> wrote:
When you have the Command Prompt Window open, right click the title bar and
select Properties.
On the Options tab under Edit Options, check the QuickEditMode box and click
ok. You can then elect to save these settings for your shortcut.

To paste, now click where you want the text to be pasted and again right
click on the title bar, selecting Edit, Paste.

Voila

Nigel

PS - what is the '\Windows' switch for?.

Oops - it was a TYPO.
Nov 12 '05 #3
MLH
On Wed, 17 Sep 2003 17:14:06 +0100, "Nigel Lawrance"
<na*@exeter37.freeserve.co.uk> wrote:
I've just read your earlier posts relating to this.
They don't make complete sense to me.
What is the end game here?

Nigel

Oh phooey. I'm having to implement a hodge-podge of
techniques to achieve a rather simplistic goal. There's
a huge amount of coding in an old Access 2.0 application
that has run RELIABLY under Windows XP since the OS
was released. Revising that working app to a modern
32-bit release of Access is not currently an option. A
missing feature is desired to be added enabling the
Access 2.0 app to email report images or RTF's and it is
that which we're trying to achieve.

This has been a challenge. A host of obstacles has
been thrown into the pot...

1) a past installation of Microsoft's Q330994 security
patch for Outlook Express hindered total automation
of the process. Even removing the patch through the
Control Panel facility was NOT effective.

2) DoCmd SendObject A_REPORT, "Report6", A_FORMATRTF, "JJ@MyISP.net",
, , MySubject, MyBodyText, 0 turned out to be completely unreliable
in creating an RTF type attachment that could be opened and read
by the intended recipient.

3) Microsoft Outlook does not support DDE. Unfortunately,
with the A20 app, DDE is about the best option available to
us and so we're forced to work with OutLook Express, DDE,
and SendObject.

I've been thinking about doing a separate Access 97 app,
attaching to the tables in the Access 2.0 app for read functionality
only and trying to implement the desired functionality using A97 and
Microsoft OutLook. I understand that 97 cannot write to A20 tables
but can read them. Of this, I'm uncertain. At any rate, we've put a
lot of effort into revising the A20 app and I'm determined to make
it work if at all possible.
Nov 12 '05 #4
On Wed, 17 Sep 2003 14:12:40 -0400, MLH <CR**@NorthState.net> wrote in
comp.databases.ms-access:
I understand that 97 cannot write to A20 tables
but can read them.


That is not true. Access 97 happily works with data from A2 mdbs.
You can read, write, add and delete to your hearts content.

Peter Miller
__________________________________________________ __________
PK Solutions -- Data Recovery for Microsoft Access/Jet/SQL
Free quotes, Guaranteed lowest prices and best results
www.pksolutions.com 1.800.987.7716 1.619.839.3900
Nov 12 '05 #5
MLH
That's good to know. I'll have a go at it.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I understand that 97 cannot write to A20 tables
but can read them.


That is not true. Access 97 happily works with data from A2 mdbs.
You can read, write, add and delete to your hearts content.

Peter Miller
_________________________________________________ ___________
PK Solutions -- Data Recovery for Microsoft Access/Jet/SQL
Free quotes, Guaranteed lowest prices and best results
www.pksolutions.com 1.800.987.7716 1.619.839.3900


Nov 12 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: David | last post by:
Hi, I have been playing with PHP for a few months now and have written an application that we are using at work for Garment Order Processing. The app works and does just about all we want it to...
3
by: Chris Thiessen | last post by:
Hi, I'm Chris Thiessen. My partner and I need your help. We're finishing up what we think is a great compliment to the core Java API's, but we need feedback from other developers. We'd really...
1
by: Astra | last post by:
Hi All Wonder if you can help me with an obscure image issue. If you go to http://www.econcept.co.uk you should see a small advert image at the bottom of this page, which should be positioned...
3
by: Ian | last post by:
'm hoping someone can help me resolve a problem I am having with stylesheets. I've only just started usinbg them so it's more than likely something similar. Trouble is I don't seem to be able to...
0
by: James Johnson | last post by:
I have a file that I open a FileStream and a StreamReader for. I issue a SEEK and read a series of records. I then issue another SEEK, no errors, but when I issue the read it picks up where the...
2
by: ducky | last post by:
Hi all, The only programming experience i have under my belt so far is VB. I'm just starting out on C++ and wonder if anybody suggests and good (free) starting points for me to get going. I'm...
0
by: Greg Corradini | last post by:
Hello all, I'm having trouble inserting an SQL selection into a new MS Access table. I get a parameter error on my insert statement when I try this (see below for code and error msg). I'm not sure...
5
by: bpbull | last post by:
SQL Server 2003 - SQL Query Analyzer. We have a database that stores service tickets and a table called non_part_usage. In this table, we have one field called request_id, one field called...
0
by: LK~ICT | last post by:
Sri Lanka rural e-learning project seeks corporate support Dec 04, 2007 (LBO) - A Sri Lankan e-learning initiative for rural students is seeking corporate sector support to expand and cover 400...
4
by: eBob.com | last post by:
I am trying to understand a bit of JavaScript from http://developer.yahoo.com/maps/simple/jspost.html (appended below). I'd appreciate help understanding two things it. The first is the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.