
-----------------------------------
recneps
Fri Feb 06, 2004 5:38 pm

Opening Files and folders (like through My Compuiter)
-----------------------------------
Is there a way to opena file or folder without the Sys Exec? Just wondering, because that doesnt work on some computers at school, and I wantedc to make a program for my friend (Evil school network doesnt even give you paint or notepad!)

-----------------------------------
Dan
Fri Feb 06, 2004 5:43 pm


-----------------------------------
do u mean a progame that opens flooders (ie that makes the windows expore thing come up) or do u whont to have turing show a list of files in a dir?

if u are trying to open progames that your netwrok dose not alow u to u can not do this in turing (if your sys admin is doing his job)

-----------------------------------
recneps
Fri Feb 06, 2004 5:56 pm


-----------------------------------
Ok, i mean, on the "old" computers, (ones without XP), you can access files using

if not Sys.Exec ("c:") then
end if

that makes C: pop up in explorere window. Thats what i want to do, in another way if possible :)

-----------------------------------
Dan
Fri Feb 06, 2004 6:10 pm


-----------------------------------
works on xp pro for me, i think it could be that he has a onlder verson of turing where sys.exec did not try to oppen the application.

off the top of my head i cant think of a way to do it with out sys.exec. also if this is just for geting to c: driver on a networked comp, there are many easyer ways to do this then using turing. shuch as the run line, ms word (by trying to open a file then puting in C:), making a short cut there on a spot where u can save/edit files, editing a short cut to go there, using IE, making C: a favorite in IE, and the list goses on....

-----------------------------------
recneps
Fri Feb 06, 2004 6:36 pm


-----------------------------------
Ahh, but all those things, run line, IE, etc are blocked, the Turing way is the only way! (But why does it work on the ones with 98/me and not the ones with XP?)

-----------------------------------
Dan
Fri Feb 06, 2004 6:40 pm


-----------------------------------
probly a diffrent verson of turing or admin set setings right, and if u can get to turing then:

turing -> open -> type in c: as file name -> right clikc on floder u whont to get in to -> explore or open or creat shortcut (on the rigth clik menu not the buttion)

-----------------------------------
recneps
Sat Feb 07, 2004 11:18 am


-----------------------------------
o.O i never thought to check if right click was blocked in open windows.... ( it is everywhere else! :D) Ill find a way somehow!
