CUTLCPY


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Grant Foraker on July 08, 2015 at 08:53:39:

The LAUNCH portion fails if the Target Path contains a space. I propose this fix.

!-------------------------------------------- Launch Target -----------------------------------------
LaunchFile:
IF UCASE(LaunchFlag$) EQ 'Y'
!------------------- 07/08/2015 ---------------------------------------------------------------------
IF POS(' ',TargetPath$) NE 0
LET TargetPath$ = '"' + TargetPath$ + '"'
ENDIF
!----------------------------------------------------------------------------------------------------
PRINT (LAUNCH=TargetPath$)
GOSUB GetResult
IF FuncError <= 32
Display$ = 'Launch Error:'+STR(FuncError)+'/'+STR(FileError)
DisplayType = Warning
GOSUB Display
ENDIF
ENDIF

GOTO EndOfJob


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]