Guest SilentNight Posted May 31, 2005 Posted May 31, 2005 Hi Could u plz help me to write a script which enables me to access a certain folder thanx
/dev/null Posted May 31, 2005 Posted May 31, 2005 Here we go .... ; Start of Script FileChangeDir("C:\Windows") ; End of Script HTH Cheers Kurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Guest SilentNight Posted May 31, 2005 Posted May 31, 2005 Thanx for ur replay but plz i want the script to open that folder not just to go to it ,is it possible plz Thanx
/dev/null Posted May 31, 2005 Posted May 31, 2005 (edited) but plz i want the script to open that folder not just to go to it ,is it possible plzwhat do you mean by "open" the folder?EDIT: Probably this ?Run("explorer /n,/root,C:\temp"); without folder view Run("explorer /e,/root,C:\temp"); with folder view/EDITCheersKurt Edited May 31, 2005 by /dev/null __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now