79261674

Date: 2024-12-08 00:41:19
Score: 0.5
Natty:
Report link

If you are a beginner, do the following:
1)Create a dir called F:\1MY\0CMD . In this dir, create a file named qqq.cmd that contains :

set ZZZZZZ=123aBBC1111111111111  
set zZZz=123aBBC  
set pathz=i:\mingw\bin;F:\1MY\0CMD  
set path=%pathz%;%path%  
I:\CYG\bin\mintty.exe -i /Cygwin-Terminal.ico -  
goto  
goto  
goto  
goto  
goto  
::note many 'goto' : if the file is modified when being executed , then ...  
exit  
exit  
exit  
 

2)In this dir, create another file named ss that contains :

#ss  
#in notepad++  :  click Edit , choose EOL conversion , then choose unix  for this file  ss.  (no extension).  
  
ln -s /cygdrive/n /n  
ln -s /cygdrive/e /e  
ln -s /cygdrive/f /f  
ln -s /cygdrive/i /i  
  
echo $path"assss----------"  
echo $PATH  
echo $ZZZZZZ  
echo $zZZz  
echo $ZZZZ--=====++++++  
echo $zZZz  
echo $ZZZZZZ  
  
cd /f/1Scite  
cd scintilla/gtk  
pwd  
  
if false; then  
  # ... Code I want to skip here ...  
  fdsgfsdsgfs  
  dfsdgfdsgfds  

fi  
  
  
exit  
exit  
exit  

3)Then execute qqq.cmd and now you have Cygwin. Type ss and check the output!!

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: exactzen