Re: Shell Functions and DOS executables




"VB_Newby" <VB_Newby@xxxxxxxxxxxxxxxxxxxxxxx> wrote

> Ideally, I'd like to retrieve the command line from the Shell
> Function and interrogate the string myself. Another alternative is
> to look of the converted file with a DIR Function. This seems kind
> of crude.
>
> How can I retrieve the command line output of a Shell'ed DOS
> executable?
>
> Any suggestions?


One suggestion would be to pipe the oputput to a file and use VB
to inspect the file when done. This would be especially useful if
you were doing several conversions at a time as it would provide
a record of the entire task.

See what happens when your command like looks like:

cnvrtwfm -l tek00001.wfm > task.txt

That should generate a task.txt file with your desired output.

FYI:
... > task.txt (Creates new file)
... >> task.txt (Appends to file)

LFS

.



Relevant Pages

  • Re: News protocol (RFC 977) implementation problem
    ... > There's a NEWNEWS command in the RFC specs, which should retrieve the ... I don't think NEWNEWS is still much in use nowadays, ... The server says here that it has a total of 20120 messages between #1 ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Command Line GET Question
    ... You can use following command to retrieve latest version of all the files in ... project MyProject as well as all the files in all subfolders of the project ... > VSS database, ...
    (microsoft.public.vstudio.sourcesafe)
  • Re: Extract Users From One Particular OU
    ... retrieve all the users in one particular OU in Active Directory. ... Custom scripts work too of course. ... Another command line utility that can output information on users is Joe ... Richard Mueller ...
    (microsoft.public.win2000.active_directory)
  • Re: Extract Users From One Particular OU
    ... retrieve all the users in one particular OU in Active Directory. ... Custom scripts work too of course. ... Another command line utility that can output information on users is Joe ... Richard Mueller ...
    (microsoft.public.win2000.active_directory)
  • Re: Cancelling scheduled stuff
    ... "Retrieve from Server" or if your account is set to download complete ... Schedule: is set to sync "headers only" from my IMAP mailbox. ... My white lists _used to_ contains a command to retrieve messages from ...
    (microsoft.public.mac.office.entourage)

Loading