HP3000-L Archives

April 2006, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Michael Caplin <[log in to unmask]>
Reply To:
Michael Caplin <[log in to unmask]>
Date:
Fri, 28 Apr 2006 09:59:15 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (29 lines)
I have something that works for all users in 2 locations 
and no users in a third location.
The SHELL command executes in all locations but it only
continues and eventually gets to a stop run in 2 of the 3 
locations.  In the third location, it hangs.
I've tried a pause before the ACCEPT to no avail.
Everyone is using the same version of Reflection (6.0).
TypeAhead doesn't seem to be an issue.
Any ideas ?

A030-EXECUTE-BAT-FILE.
    MOVE SPACES TO ACTUAL-COMMAND.
    STRING "SHELL C:\"                              
           "PCTASK.bat MINIMIZED"                   
            DELIMITED BY SIZE INTO ACTUAL-COMMAND.  
    DISPLAY REFLECT-COMMAND.
   
    MOVE SPACES TO RUN-PCLINK-STRING.
    ACCEPT RUN-PCLINK-STRING.
    IF  RUN-PCLINK-STRING = "S"
        DISPLAY "BAT File executed successfully"
        ELSE
        DISPLAY "BAT File execution failed".

    STOP RUN.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2