Re: just when I thought I'd figured out what I needed to do to go to Windows 7


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Jim Guerber on November 11, 2010 at 08:31:28:

In Reply to: Re: just when I thought I'd figured out what I needed to do to go to Windows 7 posted by Bob A on November 11, 2010 at 06:45:13:

If you use Comet Explorer and sort on file type, you will see all of the Qic Programs separated out from the rest. But in case you want more....

Here is a program that will list all of the QIC programs in a directory.....


length 200 & local a$ b$ c$ file$ dir$

clear
print(et)
print 'dir'
input dir$
file$ = ''
do
b$ = fstat(file$,dir=dir$,excp=done)
c$ = sub(b$,1,1)
if c$ = 'Q' print ' ';file$
file$ = strip(sub(b$,35,8))
c$ = strip(sub(b$,35+8,3))
if c$ ne '' file$ = file$ + '.' + c$
if file$ = '' break
loop

done:
print 'done'
wait
stop




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]