Board index » delphi » Urgent -- Saving a Turbo Pascal file into .tXt file

Urgent -- Saving a Turbo Pascal file into .tXt file

Can anyone tell me how to save a Turbo Pascal file into a
.txt file instead?

I need to put up my programmes on my web-page for discussion
urgently.

* Sent from AltaVista http://www.altavista.com Where you can also find related Web Pages, Images, Audios, Videos, News, and Shopping.  Smart is Beautiful

 

Re:Urgent -- Saving a Turbo Pascal file into .tXt file


If it is the source file, you should be able to just rename the file.
In dos:

copy source.pas source.txt

That should work.  I know it works the other way around.

Quote
Johnathanpang wrote:

> Can anyone tell me how to save a Turbo Pascal file into a
> .txt file instead?

> I need to put up my programmes on my web-page for discussion
> urgently.

> * Sent from AltaVista http://www.altavista.com Where you can also find related Web Pages, Images, Audios, Videos, News, and Shopping.  Smart is Beautiful

Re:Urgent -- Saving a Turbo Pascal file into .tXt file


Hi johnathan
In fact you don't have to
you can cut and paste it directly into your html code
be sure to give <code></code> format then or

you can put up a link to your *.pas file right into your
html code.

that way by clicking the link and provided the correct
settings, pascal is started automatically.

all this provided the *.pas is your source, all *.pas
source is ascii text.

Could you leave the url on this page, so we can all go and
see it, or send it to those who read your question.
Marcel

* Sent from AltaVista http://www.altavista.com Where you can also find related Web Pages, Images, Audios, Videos, News, and Shopping.  Smart is Beautiful

Other Threads