Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. telluoff

    finding a file name in this format: xxxxxxx.sed,1

    mikrom, The quoted file name does not work: c:\_mikrom\Work\telluoff>erase "file1.jrl,1" But your following code does! I believe the secret was the inclusive or's in the erase statement and the position of the single and double quotes. I've been looking at this for a long time. Thank...
  2. telluoff

    finding a file name in this format: xxxxxxx.sed,1

    Does no one have an answer on how to do this?
  3. telluoff

    finding a file name in this format: xxxxxxx.sed,1

    I'm using Vista Office Pro. The program seems to assume that all characters after the '.' are the extension and when it finds a ',' it stops looking. The program finds xxxxx.jrl but when it sees a file name like xxxxx.jrl,1 it assumes that the file name is xxxxx.jrl. It can't seem find a file...
  4. telluoff

    finding a file name in this format: xxxxxxx.sed,1

    I'm trying to clean a directory of files that have a ,1 appended to the extension. I have as yet been able to get Rexx to find this type of file name. The comma in the extension confuses Rexx. Any help would be appreciated.

Part and Inventory Search

Back
Top