Great set of vids. Thanks for making them. . .BTW, you sound like a young Mick Jagger. No, not JUST because of the British accent, but your particular dialect. You guys must be from the same part of London.
So is it like only controlling directories? What if I want to launch a software that requires UAC approval. Is there a way i can accept UAC and/or control software after that or do i need VNC for that ?
@Zombiegod95 He wrote 'mkdir' which creates a directory. An example would be like: "mkdir /path/to/somthing/new/folder" which would create 'folder' in the 'new' directory.
@shawondemand you need to navigate to the mount point to get to your C:\ first, so likely CD to /cygdrive i think it was called (off the top of my head). then to C (for C drive), then to /users/$YOUR_USERNAME/desktop. hope this helps.
@GuitarGhost123 aye, well i am afraid this is not possible. iPhone apps need to use the iPhone SDKs which package together all the headers/frameworks and probably a few precompiled libraries. The iPhone SDK is only available on Mac OSX so you will need a Max to do this, also you need a Mac to properly compile the app to a Darwin compatible binary, a windows binary will not be compatible. The iPhone app needs to be compiled on Darwin to be compatible with Darwin. Hope this helps.
Great set of vids. Thanks for making them. . .BTW, you sound like a young Mick Jagger. No, not JUST because of the British accent, but your particular dialect. You guys must be from the same part of London.
Colstonewall 1 month ago
This video is like a milky way behind the fog, we can't see anything :(
EmarcelCom 3 months ago
Thank you very much.
You are really good
mohamedabdalla1 4 months ago
Much needed tutuorial mate....brilliant work. Thanks a lot!!
nikhidas23 8 months ago
When installing CYGWIN, would it be a bad idea to install everything?
theif519 8 months ago
So is it like only controlling directories? What if I want to launch a software that requires UAC approval. Is there a way i can accept UAC and/or control software after that or do i need VNC for that ?
cyfer911 9 months ago
@cyfer911 Maybe this URL will provide the answers you are looking for.
cygwin.com/cygwin-ug-net/ntsec.html
reecefowell 8 months ago
this video helped quite a bit. thanks mate.
dillanization 9 months ago
what did u wrote on 7:07 cant see letters
Zombiegod95 10 months ago
@Zombiegod95 He wrote 'mkdir' which creates a directory. An example would be like: "mkdir /path/to/somthing/new/folder" which would create 'folder' in the 'new' directory.
wasd591 9 months ago
@Zombiegod95 As wasd591 said, i used mkdir then type the name of the folder you want to create after it. It will make a new folder for you.
reecefowell 8 months ago
@reecefowell Great video! Hope you monetized!
YababaVideo 1 month ago
Comment removed
Zombiegod95 10 months ago
Bloody brilliant mate. Cheers!
gflorko 11 months ago
what if the directory name i want get in has spaces like "cd direc tory"
rumidom 1 year ago
@rumidom if there are spaces, then you need to encapsulate the directory name in quotes like this:
cd "direc tory"
hope this helps. Also, check out my new channel: codeconsortium
reecefowell 1 year ago
@rumidom Try 'cd /path/to/direc\ tory', works for me.
merkur32123 10 months ago
This has been flagged as spam show
I have a little question:
i have this .sh code but i want it in a .bat code:
#echo "You should run this script via this command: nohup ./main.sh &"
k="php ${1}.php"
while [ 1 ]; do $k; done
please help me! :S
BrothersOfGermany 1 year ago
how do you get to your desktop....
shawondemand 1 year ago
@shawondemand you need to navigate to the mount point to get to your C:\ first, so likely CD to /cygdrive i think it was called (off the top of my head). then to C (for C drive), then to /users/$YOUR_USERNAME/desktop. hope this helps.
reecefowell 1 year ago
i wanted to make iphone apps on windows, not browse throught the files -.-
GuitarGhost123 1 year ago
@GuitarGhost123 aye, well i am afraid this is not possible. iPhone apps need to use the iPhone SDKs which package together all the headers/frameworks and probably a few precompiled libraries. The iPhone SDK is only available on Mac OSX so you will need a Max to do this, also you need a Mac to properly compile the app to a Darwin compatible binary, a windows binary will not be compatible. The iPhone app needs to be compiled on Darwin to be compatible with Darwin. Hope this helps.
reecefowell 1 year ago
Thanks!
darkwolfzain 1 year ago
Comment removed
darkwolfzain 1 year ago