Search found 2 matches

by rmayell
Sun Sep 07, 2008 2:37 pm
Forum: General
Topic: Open File > Create the File ? Turn it off???
Replies: 3
Views: 440

If you really want to get rid of this feature try invoking TextPad using the batch file below:

---------------------------------------------------------------------------

@ECHO OFF

REM No file specified

IF "%1"=="" GOTO LOADTPAD

echo %1 | find "*" > NUL

REM Filename contains a wildcard

IF ...
by rmayell
Sat Sep 06, 2008 4:20 pm
Forum: General
Topic: Open File > Create the File ? Turn it off???
Replies: 3
Views: 440

File Open Query?

It would be nice if the 'confirmation' message that appears if you specify a file that doesn't exist could be turned off. As I generally use the command line (too much *nix), invoking TextPad with a new filename and having to confirm is a pain in the neck.