Major problem with attachments.

  • Thread starter Thread starter Trace Jackson
  • Start date Start date
T

Trace Jackson

1.) I work on this text file at home.

2.) Wanting to work on it elsewhere, I email it to myself.

3.) Given the nature of the email program that received it,
I had to copy and paste it in to Notepad to work on it. I
finished what I wanted to, saved it, and then sent it back
to myself.

4.) At home, I open it up. I do this on Microsoft Outlook
XP. I read the message in the preview pane, and
double-click the file's icon right above it.

5.) I edit the file a lot more.

6.) I save the file, simply by pressing CTRL + S.

7.) I close Notepad.

8.) I go to upload it to a website to get an opinion on it,
and I notice that, as far as size goes, little has changed.

9.) I check the file, only to discover that I had
apparently uploaded the wrong one.

10.) I search some, but cannot find the edited file on the
computer.

So, any solutions? Thoughts?
 
In the future:

Step 1: When you are ready to attach a file, first rename the file, changing
the suffix to saomething that Outlook won't strip. Example: if your file was
named "document1.txt" then rename it to "document1.txt.jackson", then email
it.

Step 2. Then, when you "receive" the email, do a File > Save As on the
attachment, renaming it from "document1.txt.jackson" back to
"document1.txt". Work on the file.

When ready to send it back to yourself, repeat the above steps.
-kw
 
Yeah, but what can I do about THIS file?
-----Original Message-----
In the future:

Step 1: When you are ready to attach a file, first rename the file, changing
the suffix to saomething that Outlook won't strip. Example: if your file was
named "document1.txt" then rename it to
"document1.txt.jackson", then email
 
STEP 6 => THIS IS THE ERROR
YOUR FILE HAS BEEN SAVED IN YOUR PROFILE DIRECTORY\local settings\temporary
internet files\OLKXXX\`*.txt

SOLUTION
start RUN cmd
type exactly
attrib -s -h "%userprofile%\local settings\Temporary Internet
Files\desktop.ini"

then

ren "%userprofile%\local settings\Temporary Internet Files\desktop.ini"
desktop.old

then

explorer "%userprofile%\local settings\Temporary Internet Files"


locate the OLKXXX folder and go in it, you will find the txt document you
saved in step 6
 
"Error: Windows cannot locate ren."
-----Original Message-----

STEP 6 => THIS IS THE ERROR
YOUR FILE HAS BEEN SAVED IN YOUR PROFILE DIRECTORY\local settings\temporary
internet files\OLKXXX\`*.txt

SOLUTION
start RUN cmd
type exactly
attrib -s -h "%userprofile%\local settings\Temporary Internet
Files\desktop.ini"

then

ren "%userprofile%\local settings\Temporary Internet Files\desktop.ini"
desktop.old

then

explorer "%userprofile%\local settings\Temporary Internet Files"


locate the OLKXXX folder and go in it, you will find the txt document you
saved in step 6


"Trace Jackson" <[email protected]> a écrit dans le
message de news:[email protected]...


.
 
ren or rename is the dos command to rename a file

type ren /? at command prompt to see how to use it

<[email protected]> a écrit dans le message de
"Error: Windows cannot locate ren."
 
Back
Top