Ya, me too ...
Duplicate of : http://www.go4expert.com/showthread.php?t=22047 ! As the other thread is in proper forum, this thread is CLOSED.
Old trick ..
I **really** don't get what you are trying to tell :crazy: .. What does that mean ?? Save an html file as "text" ?? With a ".txt" extension ? or...
Yeah .. :) Thanx virxen, for pointing out !
It does !! I re-checked it. It does open .html / .htm files in NOTEPAD. Have you changed the path in the script ?? It was "D:\Test\". You should...
This is not a forum where you get your homework solved. And, while posting next time, remember that a larger font-size won't attract anything but...
Craziest First Post I've ever seen !! [:p] :welcome:
Hi ! Welcome to G4EF :) :welcome: Change your code to something like : #include <iostream> using namespace std; int main() { cout <<...
Check your code : (1) fiMessage is undeclared and un-initialized. (2) vendorparagraph is undeclared an un-initialized. (3) filelocation is...
So, I was right ! :)
Found the error :) Change : double root=FindRoot (a, b, h); to double root; First, you are trying to initialize a global var root outside any...
1: 2: How are the two (1 and 2) linked ?? The problem that you mentioned in 2 can be solved independently !
Ok .. lemme explain the whole code. Option Explicit Dim objFSO, objFolder, objShell, objTextFile, objFile Dim strDirectory, strFile,...
Well .. you can change the file extension here : . . If Right(MyFile.Path,4) = ".txt" And Left(MyFile.Name,Len(Prefix)) = Prefix Then ....
Separate names with a comma.