home *** CD-ROM | disk | FTP | other *** search
- If NOT EXISTS ENV:AppMenu
- Echo "Creating dir *"ENV:AppMenu*".*N"
- MakeDir ENV:AppMenu
- Wait 1
- EndIf
- Echo "Creating file *"ENV:AppMenu/AppMenu.prefs*" from *"TestMenu.pre*".*N"
- AppMenu >NIL: FROM TestMenu.pre USE
- Wait 1
- Echo "Starting AppMenuCx"
- Run >NIL: AppMenuCx
- Wait 5
-