
-----------------------------------
Canadian Rob
Mon May 17, 2004 2:50 pm

System Command..
-----------------------------------
Hey, Im trying to use the system command and.. it does not want to work.. I hit f1 to run and it says it is running.. but it does not do anything.. If I go to shcool and try it, it does not work ither.. but If i load up winOOT it works all good.. Can someone help me get it working on version 4.05

Thanks Canadian

-----------------------------------
Dan
Mon May 17, 2004 3:03 pm


-----------------------------------
works for me:


var test:int

system ("msconfig", test)


If your school has restions inplace you will not be able to use the system comand. Try posting your code so we can see if there is anything wrong with it.

Also see what error it is throwing if it gets that far (the value of the int var) that will give you more info as to why it is not working.

-----------------------------------
Paul
Mon May 17, 2004 4:35 pm


-----------------------------------
if my school doesn't let me use msdos prompt, if I go

var test:int 

system ("cmd", test) 
 
which works on my computer, would it work?

-----------------------------------
Dan
Mon May 17, 2004 11:09 pm


-----------------------------------
yes and no, it deponds on how smart they are. at my school it whould not work but on my old school it whould. It has to do with how they set up the persmisions on the network.

-----------------------------------
Paul
Tue May 18, 2004 3:56 pm


-----------------------------------
Well, Idk, command.com is what it is in my school, and only my computer can access it  :?  I don't know what I did but it gave me access over alot of things other ppl don't have, I even have access to LANschool, its just nothing happens when I run it lol.

-----------------------------------
Dan
Tue May 18, 2004 4:26 pm


-----------------------------------
:rofl: lanschool, what a joke. Is it the student verson or the teacher verson?

-----------------------------------
Paul
Tue May 18, 2004 5:03 pm


-----------------------------------
I have access to both, I can execute both, its just that nothing happens. The thing is, no one else can access that deep into c drive, I can go system ("command.com", test) and it would work, but if anyone else does it, it goes "blah blah blah restrictions"

-----------------------------------
Canadian Rob
Wed May 19, 2004 5:17 pm


-----------------------------------
ah! Thanks! I got it now! It was the

var test:int 

system ("cmd", test) 
 
TEST That i dident have.. :) Im happy now..  :twisted:
