Search found 2456 matches

by ben_josephs
Fri Nov 21, 2003 4:11 pm
Forum: Enhancement Suggestions
Topic: What Unicode Conformance Isn't
Replies: 18
Views: 4581

Maniac

You wrote of ramonsky:

> most of your posts seem somewhat rude

Could you point out where she has been rude? I can't see it. On the contrary, she has put a great deal of effort into her contributions (although it appears that they are ones in which you are not interested).
by ben_josephs
Thu Nov 20, 2003 3:17 pm
Forum: General
Topic: GCC and run program
Replies: 8
Views: 434

Of course! Talleyrand is quite right.

To get gcc to name the executable file after the source file (instead of the default a.out), you need to give it parameters:

-Wall -o $BaseName.exe $File

or some such.
by ben_josephs
Thu Nov 20, 2003 1:17 pm
Forum: General
Topic: GCC and run program
Replies: 8
Views: 434

Do you mean: How do I run the program I just compiled?

$BaseName
by ben_josephs
Thu Nov 20, 2003 9:43 am
Forum: Enhancement Suggestions
Topic: Convert syntax colors to HTML
Replies: 6
Views: 1047

Indeed.

... or UTF-16BE or UTF-16LE (or even UTF-32BE or UTF-32LE).
by ben_josephs
Wed Nov 19, 2003 3:35 pm
Forum: General
Topic: Help : FTP ftpactivedoc.bat
Replies: 3
Views: 297

You are referring to the downloadable utility in ftp.zip, I presume. You may be able to fix this yourself by following the instructions provided in both ftpActiveDoc.bat and readmeftp.txt. The lines echo open FtpServer> %155.999.999.99% echo username>> %xxxxx% echo password>> %xxxxx% should be echo ...
by ben_josephs
Mon Nov 17, 2003 7:16 pm
Forum: Enhancement Suggestions
Topic: Convert syntax colors to HTML
Replies: 6
Views: 1047

If the text of a web page does not contain any of the following characters (which may not display correctly if you're not viewing this on a Windows platform), there is no problem. €‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“�•–—˜™š›œžŸ If the text does include any of them, then the s...
by ben_josephs
Mon Nov 17, 2003 12:09 pm
Forum: Enhancement Suggestions
Topic: Convert syntax colors to HTML
Replies: 6
Views: 1047

Select source. Edit | Copy Other | As a HTML Page Paste into destination. Comments to Helios: 1 (trivial). Shouldn't that be "As an HTML Page"? 2 (non-trivial). The character set specified in the output HTML in the meta tag attribute is "iso-8859-1". This is wrong. The character ...
by ben_josephs
Wed Oct 15, 2003 8:11 am
Forum: General
Topic: Working with workspaces
Replies: 7
Views: 405

1. Do not close TextPad (yet). 2.a. File | Workspace | Save As... Then copy and paste the *.tws file. 2.b. Or, if your version of Windows won't let you do that: from outside TextPad (e.g., from a command prompt or from Explorer) copy the *.tws file to something else. 3. Close TextPad. 4. From outsid...
by ben_josephs
Thu Sep 25, 2003 8:59 am
Forum: Enhancement Suggestions
Topic: cmd.exe replacement for DOS command tool
Replies: 1
Views: 320

Just add a program which happens to be 4nt. Use /c in the parameters box, followed by the command you require.

You forgot the link: http://jpsoft.com/ :-)
by ben_josephs
Thu Sep 25, 2003 8:54 am
Forum: General
Topic: Copy of Cmd Rslts to true, clickable Cmd Rslts?
Replies: 3
Views: 262

Well, what I actually use is

Code: Select all

Command:    C:\4NT\4nt.exe
of course!
by ben_josephs
Thu Sep 25, 2003 8:01 am
Forum: General
Topic: Copy of Cmd Rslts to true, clickable Cmd Rslts?
Replies: 3
Views: 262

Use Tools | Run.

E.g.

Code: Select all

Command:       C:\WINDOWS\SYSTEM32\cmd.exe
Parameters:    /c type $file
Initial Folder: 

x DOS Command                 x Capture Output
  Close DOS window on exit      Run Minimized