Jump to content

Recommended Posts

Posted (edited)

ASSOC | MORE > mymore2.txt

I can get how to load a dos command in code .

Added the > mymore2.txt and it prints it out to txt .

Edited by bobheart
Posted

ASSOC | MORE > mymore2.txt

I can get how to load a dos command in code .

Added the > mymore2.txt and it prints it out to txt .

So what do you want to do?

Rick

Posted

Well that list filetypes and their associated programs , but I got it to work turning it in to a dos.bat and then made it into an exe .. if I could do it with out all that in autoit code it would be nice .

Posted

FAQ Item #5 in the helpfile (Found in the AutoIt: Frequently Asked Questions (FAQ) section)

Just use

RunWait(@COMSPEC & " /c assoc > FileExtensions.txt")

You should also note that while piping to 'more' is nice when your in a command prompt, it's rather pointless when you are dumping the output to a text file.

[font="Optima"]"Standing in the rain, twisted and insane, we are holding onto nothing.Feeling every breath, holding no regrets, we're still looking out for something."[/font]Note: my projects are off-line until I can spend more time to make them compatable with syntax changes.

Posted

Thank you pekster for the help and pointing that out to me .

Anymore things like that can be done you know about ?

Posted (edited)

I'm trying to hive the dos qindow but getting errors with this ?

RunWait(@COMSPEC & " /c assoc    > FileExtensions3.txt, "", @SW_HIDE)
Edited by bobheart
Posted

Look at filefindfirst and filefindnext

It took me a bit of time to figure them out, but once I did it sped things up and put a stop to that !@#$ space in files problem

Rick

  • Developers
Posted (edited)

I'm trying to hive the dos qindow but getting errors with this ?

RunWait(@COMSPEC & " /c assoc    > FileExtensions3.txt, "", @SW_HIDE)
RunWait(@COMSPEC & " /c assoc > FileExtensions3.txt", "", @SW_HIDE) Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

I need to turn the light on when I post .lol I looked and looked and didn't see that " missing . damn ..

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...