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 dencom 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: *

  • Users: atojaf
  • Content: Threads
  • Order by date
  1. atojaf

    creating a shortcut to the desktop using bat files

    I need to create a shortcut on the desktop for this executble using a batch file. Please help. Thanks a bunch.. c:\CSH\csh.exe
  2. atojaf

    Saving a copy directly to the burner drive.

    has anyone here ever seen this message "The disk you were saving to or the disk used for temporary files is full. Free some space on this disk and try again. or save to a different disk" when saving a copy of an adobe file directly to the cd burner drive -using xp cd burner interface. Thanks.
  3. atojaf

    COLLATE SQL_Latin1_General .....

    I created a couple of tables on my SQL Server using the wizard. Then, I generated the sql scripts to be outputted on a *.sql file. My question is, what is the meaning of "COLLATE SQL_Latin1_General_CP1_CI_AS" at the end of each sql script block? thanks a lot.
  4. atojaf

    Sed commands in several lines

    Could you please tell me how to separate these commands in several lines. Each line starting with the -e. I am running this on a Korn shell. thanks again. cat test.txt | sed -e '/log/ s/log/ /g' -e '/car/ s/car/ /g' -e '/GO/ s/GO/ /g' -e '/ON/ s/ON/ /g'
  5. atojaf

    adding ; on the end of a paragraph

    Hello, COuld you please tell me how to add ; at the end of each paragraph. Can I use sed? if so what is the syntax. thanks very much.

Part and Inventory Search

Back
Top