I know some basic Unix commands. You're right, the line of code that I want to append to the win.ini file seem to be attaching itself to the end of entries already on the file. I wish windows has sed or grep type of utility . or omething. thanks .you helped me a lot.
That's chipk. I just realized what I was doing wrong on my batch file. I wasn't putting the path - C:\documents and settings - on quotes. Your last suggestions works. Now if I could just find a way to create a batch file that will enter a line of code on the Win.ini in XP, I will be done with...
I want to create a batch file so that when our users needs this icon on their desktop, I can just tell them to execute this file from their net drive- part of this batch also install create a Windows folder on their C: drive and to create a Win.ini file- chipk I had done what you suggested -...
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.
ok thanks Vongrunt. By the way, I using it for basically to practice populating my Oracle server with tables that are already existing from my SQL server.
One more thing, so basically if I remove the "COLLATE SQL_Latin1_General_CP1_CI_AS" and it will still be ok since we are in the states. I mean we are using western codes?
Thanks very much. This is very helpful for me. I basically created a unix script to remove "COLLATION....." from the outputted Sql Server script so that I can ran the same script to a Oracle server.
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.
thanks for the input guys. Here is what I got:
when I executed these scripts:
sed '/^insert\|^delete\|^update/s/^;/' source , I got this message>>>>>
"/^insert\|^delete\|^upda.......":unterminated substitute in regular expression error message
also when I executed this:
awk...
Thanks for your help PHV. I am sorry I should have been more specific. here is what I am trying to do:
i have several blocks of sql script that I want to run at the same time . So at the end of each block, I want to append a ; . These sripts are all located in the same file.
ie...
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'
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.