On Wednesday 09 August 2006 10:41 am, [EMAIL PROTECTED] wrote:
> In WPShell I give each data base a menu letter and when I press the letter
> the file opens
>
> i.e
>
> Wordperfect Office Shell3.1
>
>     DataPerfect Programs
>
>    N   Notes
>    F   Fees
>    O   Overview
>  etc....
>
> The setup screen for each menu item is as follows for N Notes
>
> Default directory   C:\backup
> Program name      dp
> Startup option      notes /p=1
> etc... for each entry
>
> I tried both dp62f and dp62h program files, but same  problem.

So what you're saying is that you can load each app individually with the 
command line like this:

        dp myapp /p=1

But you can't get a list of apps with just this:

        dp

I don't know why this is happening on your palmtop. You might consider a 
workaround by creating a series of batch files that mimic what you have with 
Shell 3.1. For instance, n.bat would be

        cd c:\backup
        dp notes /p=1

and f.bat would be

        cd c:\backup
        dp fees /p=1

This way, from the command line, you just press N <ENTER> to load the Notes 
app or F <ENTER> to load the Fees app.
_______________________________________________
Dataperf mailing list
[email protected]
http://lists.dataperfect.nl/mailman/listinfo/dataperf

Reply via email to