Search found 155 matches

by Sinuvoid
Mon Nov 12, 2007 7:43 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Problem with program...
Replies: 23
Views: 29414

Problem with program...

When i put my program to an EXE and run it, it gives me this message

Input run-time module path:

Please help me if you know this, and thank you very much! :D
by Sinuvoid
Mon Nov 12, 2007 4:04 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How to mix Shell commands with variables?
Replies: 9
Views: 12426

Ive tried to do a database before, a much simplier one but didnt know how to find strings, and what is CHR$(34) and CHR$(35), are tehey those spiecal characters (e.g. arrow keys etc?...) but I think that one line of code you gave me will do it =) cmd$ = "FIND /I " + CHR$(34) + sactname$ + ...
by Sinuvoid
Mon Nov 12, 2007 7:58 am
Forum: QBASIC and QB64 Questions & Answers
Topic: How to mix Shell commands with variables?
Replies: 9
Views: 12426

Ill post the whole program right now, but ive tried INPUT #1, blah$ etc but dont know what to do after that.... 'Actor database of ZSO CLS Wbackround: for i = 1 to 300 Color 0,15 Locate 15,20 PRint "Loading, Please wait." for b = 1 to 30000 next b CLS Locate 15,20 PRint "Loading, Plea...
by Sinuvoid
Sun Nov 11, 2007 6:52 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How to mix Shell commands with variables?
Replies: 9
Views: 12426

Im trying to search for strings in the text file. But I need input from the user to see what s\he wants to search.

Tried it and didnt work with the +'s, doesnt make anything show up and even used it in a do loop and saw nothing.
by Sinuvoid
Sun Nov 11, 2007 6:06 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How to mix Shell commands with variables?
Replies: 9
Views: 12426

How to mix Shell commands with variables?

OK im trying to get my program to look for strings in a text file and print them, but how do i get the user to input information? ill show you the pat im having trouble with CLS LOCATE 1,1 INPUT "Actor name, or part of one:", sactname$ if sactname$ = actname$ then SHELL "cd C:\ZSOACTR...
by Sinuvoid
Thu Oct 25, 2007 6:17 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with searching for words (for a data base)
Replies: 20
Views: 55872

Now its saying im past the end of the file heh...
by Sinuvoid
Tue Sep 25, 2007 3:01 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with searching for words (for a data base)
Replies: 20
Views: 55872

Ok, everything is still not working and I directly made Mac's cod3e into its own bas and it still didnt work, can someone jsut try and make it to search for the persons first name and show their profile? I will put that person who makes teh code part of teh owner. thanks! :)
by Sinuvoid
Tue Sep 25, 2007 6:15 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with searching for words (for a data base)
Replies: 20
Views: 55872

ok fixed up code to what you guys told me, also tried moneo's LINE INPUT but still askes me for a #..what should i do? CLS ' menu menu: CLS DO COLOR 10, 0 LOCATE 5, 25 PRINT "DATABASE OF HUMANS" LOCATE 20, 55 PRINT "(2) ADD" LOCATE 20, 5 PRINT "(1) SEARCH" 'my INKEY sta...
by Sinuvoid
Tue Sep 25, 2007 6:05 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with searching for words (for a data base)
Replies: 20
Views: 55872

The reason why I put "Age:"; age$ is because when i write it to the file that label will be beside it for fast identifacation, but if i dont need em jsut tell me :)
by Sinuvoid
Mon Sep 24, 2007 6:04 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with searching for words (for a data base)
Replies: 20
Views: 55872

Ok nothing is working STILL...please,please help me my code now CLS ' menu menu: CLS DO COLOR 10, 0 LOCATE 5, 25 PRINT "DATABASE OF HUMANS" LOCATE 20, 55 PRINT "(2) ADD" LOCATE 20, 5 PRINT "(1) SEARCH" 'my INKEY statment kp$ = INKEY$ IF kp$ = "2" THEN GOTO add...
by Sinuvoid
Mon Sep 24, 2007 5:12 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with searching for words (for a data base)
Replies: 20
Views: 55872

lmao, you dont understand my question =P what is the difference between .fil and .txt?
by Sinuvoid
Mon Sep 24, 2007 3:02 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with searching for words (for a data base)
Replies: 20
Views: 55872

why do you use the .fil extension and not .txt? and what does .fil do?
by Sinuvoid
Mon Sep 24, 2007 6:10 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with searching for words (for a data base)
Replies: 20
Views: 55872

Ok, none of your ideas are workin, PAtz i tried but it prints out EVERYTHING, moneo i tried but results in nothing and sid hasn't posted his code yet for his database that would be useful. remember im trying to get it to search for the name you typed in and show that names/persons profile.
by Sinuvoid
Sun Sep 23, 2007 6:10 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with searching for words (for a data base)
Replies: 20
Views: 55872

Help with searching for words (for a data base)

im trying to get this program to search for the name of teh person when typed and display their profile here the code. CLS ' menu menu: CLS DO COLOR 10, 0 LOCATE 5, 15 PRINT "DATABASE" LOCATE 22, 30 PRINT "(2) ADD" LOCATE 22, 5 PRINT "(1) SEARCH" 'my INKEY statment kp$ ...
by Sinuvoid
Sun Sep 23, 2007 4:47 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with OPEN/WRITE/CLOSE statement
Replies: 3
Views: 6221

lmao, i guess ive solved and redid this problem like 5 times cause i remember someone sayin that =)
by Sinuvoid
Sun Sep 23, 2007 3:58 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with OPEN/WRITE/CLOSE statement
Replies: 3
Views: 6221

Help with OPEN/WRITE/CLOSE statement

I keep getting an error that says "type mismatch" but everythings perfect...someone wanna look at my code and figure it out? CLS ' menu PRINT "(2) ADD" PRINT "(1) SEARCH" 'my INKEY statment kp$ = INKEY$ IF kp$ = "2" THEN GOTO Addp IF kp$ = "1" THEN G...
by Sinuvoid
Fri Aug 24, 2007 6:08 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How-to create a autotyper that types in OTHER programs
Replies: 5
Views: 7125

what im trying is using the open command to open an other file (batch) that opens the website and beetween the open and clsoe i write open "test1" (this works without the extsetion) FOR OUTPUT AS #1 INPUT "input:", in$ PRINT #1, in$ CLOSE #1 and test1 is the batch that opens the ...
by Sinuvoid
Fri Aug 24, 2007 12:08 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How-to create a autotyper that types in OTHER programs
Replies: 5
Views: 7125

also if anyone has the time to tell me what com1-2-3-4 do please

also if used com1 then it connect me to teh internet right then how would you get onto websites?
by Sinuvoid
Fri Aug 24, 2007 7:12 am
Forum: QBASIC and QB64 Questions & Answers
Topic: How-to create a autotyper that types in OTHER programs
Replies: 5
Views: 7125

but would text to input print the text in the qbasic window??

and by text to input you mean

Code: Select all

open "blah.txt" FOR INPUT AS #1
INPUT #1, blah$
CLOSE #1
right?
by Sinuvoid
Thu Aug 23, 2007 4:06 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IMPORTANT QUESTION
Replies: 7
Views: 9530

ok so VB seems to be the ONLY way (but ill look up on com3,4)

all im trying to do is make a program that sends it self to a website and writes it self in a text file and shows it on the site.