Posts by Oliver Carneiro • 71 points
4 posts
-
1
votes2
answers1583
viewsA: How to close a. bat file with another . bat file
After a lot of research, I finally figured out how to do it. This is the source of the . bat file that opens: title startnginx.bat cd C:\Users\PC\Desktop\nginx-1.10.2 start nginx.exe cd…
-
1
votes2
answers1583
viewsQ: How to close a. bat file with another . bat file
I have a.bat file running this code: cd C:\Users\PC\Desktop\nginx-1.10.2\php php-cgi -b 127.0.0.1:9000 But it needs to be open while it’s being used. Is there any way to create another . bat to…
-
1
votes1
answer1930
viewsQ: Mount playlist with items from the folder/directory and play the playlist in loop
Basically I would like to have a video player on my index.html that passed all the videos I have in a folder, that is, if I delete or move another video to that folder, the video player passes all…
-
0
votes0
answers27
viewsQ: The eclipse is returning this error "R can not be resolved to the variable"
I was programming normally until I clean up my project to remove the warnings, the eclipse has successfully cleaned up but displays me this error R can not be resolved to the variable In all java…