Batpsexec hickup
Batpsexec hickup
Hello, welcome! I see you're just starting with psexec and have some experience with Windows 10. Based on your setup and the issues you're facing, let's break it down. You're using a fully updated system and running psexec smoothly, which is great. Your batch tasks involve copying files to a remote desktop and executing them. The problem seems to occur when searching for log files in a specific directory. From what you described, opening file1.bat works fine but file2.bat fails to locate the files. It might be related to how psexec handles file paths or permissions during search operations. Have you tried checking if the directories exist and are accessible before launching? Also, ensure that the file paths in file2.bat are correct and that the search command is properly configured. Let me know if you'd like more details!
After further investigation, I realized the issue revolves around permissions. Even though my goal was to avoid this problem during the multi-stage batch execution, I'm still unsure how to launch the designated batch file so it appears to be opened from that machine.