Q, this is my code psudo low of QBasic know I need this output to a text file (tab) is a tab
for print count count = 2-254
(tab) “PTR” (tab) “65,122,144.” Count ” . qdsl.fasternetworks.com “
count = count next count 1,977,503
Best Answer: Macros can do the job.
If not macros, then C++ is pretty simple to use to automate/simulate typing and clicks.
Cannot be done in Javascript or PHP. *Probably* not perl or python, but not sure.
Data Recovery Software – Deleted File Recovery – 75% Commissions
Re:Originally posted by: guy
big kisses to all of you! seriously you saved me hours of work. now umm how can I get it to save to a text file?
Sent the file output thing to your PMs.
File Crumble-Powerful File Shredding No File Recovery!
Re:big kisses to all of you! seriously you saved me hours of work. now umm how can I get it to save to a text file?
Duplicate File Cleaner
Re:no they are supposed to not be there, sorry
Home Office Electronic Filing System – No more messy files!
Re:for(my $i = 2; $i < 255;$i++){
print qq~$i\tPTR\t65.122.144.$i.qdsl.fasternetworks.com\ n~;
}
Should work. I left out the quotes, I don't know if thwyt were actually supposed to print or not. Feel free to add them back in.
File R/d | Recover Deleted Files Or Permanently Delete Them
Re:Originally posted by: guy
*sigh* I had it written out and a mod moved it. Click "Back" and it was gone.
me too ![]()
FileLock #1 Security Software**Up to $70/Sale**Crazy Conversion Hook!
Re:for ($a=5;$a<254;$a++)
{
print("$a\tPTR\t65.122.144.$a.qdsl.fasternetworks.com\n");
}
The Peoples Chemist Secret Health Files
Re:*sigh* I had it written out and a mod moved it. Click "Back" and it was gone.
for (my $count = 2; $count <= 254; $count++)
{
print "$count\tPTR\t65.122.144.$count.qdsl.fasternetworks .com\n";
}
The \t are tabs. I'm not quite sure what you meant when you put things in quotes, I assume those are string literals.
0 Comments.