Recent content by ddstar

  1. ddstar

    Hello, few questions (output to and shell commands)

    Yeah, thanks. I figured that was a progress command and could not be called externally on the OS side. Anyway we will just create a shell script and run it on a cron, we've got everything working so far. Thanks for your help tom.
  2. ddstar

    Hello, few questions (output to and shell commands)

    How about just doing this: # run /path/to/procedure.p Sounds simple enough.. I'm trying to add this to a cron job.
  3. ddstar

    Hello, few questions (output to and shell commands)

    Thanks again tom, We decided to do a command at the end of the procedure: OS-COMMAND SILENT unix2dos <fileNameHere.txt> This fixes all the return breaks. As far as the command you have quoted I think mbpro is what we want right? It just runs in batch mode the mpro doesn't look like it...
  4. ddstar

    Hello, few questions (output to and shell commands)

    Hey Tom: Thanks for the reply, I guess I'll be more specific as to what we are trying to do. The solaris machine that is running progress is on a network, primarily a windows network. The solaris machine runs a procedure to dump data into a shared network folder.. we are trying to automate...
  5. ddstar

    Hello, few questions (output to and shell commands)

    Hey guys / gals, Just have a simple question I'm sure is completely easy to most. We have a procedure that dumps data to a .txt file via comma delimination Something like this: Output to file.txt Export delimiter "," <data here> The problem is the file does not store a record on a single...
Back
Top