IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#19043 - 09/21/06 01:06 PM Debug - How to get origianal file name selected and not the debug file name?
Wonderboy Offline
Junior Member

Registered: 09/14/06
Posts: 15
Loc: Precision
I am running a script and passing in the name of the file as an argument. (%f)

We are backing up the original documents for each process.

When I am stepping through the process in the debug mode, pointing to an original file in the backup folder, it is passing the name of the "debug" file and not the name of the file that I have pointed to in the backup folder. Is there a way to send that file name and path instead of the debug file?
_________________________
Wonderboy!

Top
#19044 - 09/22/06 12:46 AM Re: Debug - How to get origianal file name selected and not the debug file name?
Wonderboy Offline
Junior Member

Registered: 09/14/06
Posts: 15
Loc: Precision
Is this possible?
_________________________
Wonderboy!

Top
#19045 - 09/22/06 08:16 AM Re: Debug - How to get origianal file name selected and not the debug file name?
cosimo Offline
OL Expert

Registered: 10/31/01
Posts: 1286
Loc: montreal
Hi,
When running in debug, you will not get the name of the original file name, it will be a debug name.
It will only work when running it as a service.

Thanks
Cosimo

Top
#19046 - 09/22/06 10:09 AM Re: Debug - How to get origianal file name selected and not the debug file name?
Wonderboy Offline
Junior Member

Registered: 09/14/06
Posts: 15
Loc: Precision
How would I run this then as a service?
_________________________
Wonderboy!

Top
#19047 - 09/22/06 10:34 AM Re: Debug - How to get origianal file name selected and not the debug file name?
cosimo Offline
OL Expert

Registered: 10/31/01
Posts: 1286
Loc: montreal
Hi,

You simply need to Start Watch.
Tools- Start PlanetPress Watch.

Thanks
Cosimo

Top