شكرا استاد انا من ليت متابعيك القدامى شكرررا جزيلا
@ENGLISHOMAN6 ай бұрын
شكرا استاذ
@salmansalem8821Ай бұрын
هل يوجد شرح كتاب لهذا الدورة
@samerbrees30256 ай бұрын
💪
@MohammedKhairi-ln5njАй бұрын
السلام عليكم، وين ممكن القي script الخاص ب python . لتنفيذ الاوامر الي نفذتها استاذ ؟ وشكرا مقدما
@everestacademyinАй бұрын
import subprocess # Function to display the menu def show_menu(): print("===============================") print(" Computer Technician Tools") print("===============================") print("1. Check IP Configuration") print("2. Ping Test to 8.8.8.8") print("3. Release and Renew IP Address") print("4. Open Command Prompt") print("5. Exit") print("===============================") # Loop to display the menu and process user input while True: show_menu() # Prompt user for choice choice = input("Enter your choice (1-5): ") if choice == "1": print(" Checking IP Configuration...") subprocess.run(["ipconfig", "/all"]) input(" Press Enter to continue...") elif choice == "2": print(" Performing Ping Test to 8.8.8.8...") subprocess.run(["ping", "8.8.8.8", "-n", "4"]) input(" Press Enter to continue...") elif choice == "3": print(" Releasing and Renewing IP Address...") subprocess.run(["ipconfig", "/release"]) subprocess.run(["ipconfig", "/renew"]) input(" Press Enter to continue...") elif choice == "4": print(" Opening Command Prompt...") subprocess.run(["cmd"]) print(" Command Prompt closed. Press Enter to continue...") input() elif choice == "5": print(" Exiting...") break else: print(" Invalid choice! Please enter a valid option (1-5).") input(" Press Enter to continue...")
@gosoufiane95113 ай бұрын
هل يجب حفض طريقة الكتابة فب كل سكربت يا استاد؟؟
@everestacademyin3 ай бұрын
لا يا بشمهندس . مافي داعي . نحن في زمن الذكاء الإصطناعي المعهم تفهم معنى السكريبت و طريقة عمله و الوظيفة منه