I am running Parallels over Mac. I have the following batch file that uses amtp_adm.exe to run the script 0.aas where I store the execution of it in output.txt
SCP.bat
amtp_adm.exe 0.aas > output.txt
amtp_adm.exe 50.aas > output.txt
I am using Powershell to run the batch file: ./SCP.bat I got the following error
PS Microsoft.PowerShell.Core\FileSystem::\\.psf\AllFiles\Volumes\Data\CSP\I. SFC> .\Execute_CSP_SFC.bat
'\\.psf\AllFiles\Volumes\Data\CSP\I. SFC\I. SFC'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
C:\Windows>\AllFiles\Volumes\Data\CSP\I. SFC\I. SFC ./amtp_adm.exe ./0.aas 1>output.txt
SCP.bat
amtp_adm.exe 0.aas > output.txt
amtp_adm.exe 50.aas > output.txt
I am using Powershell to run the batch file: ./SCP.bat I got the following error
PS Microsoft.PowerShell.Core\FileSystem::\\.psf\AllFiles\Volumes\Data\CSP\I. SFC> .\Execute_CSP_SFC.bat
'\\.psf\AllFiles\Volumes\Data\CSP\I. SFC\I. SFC'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
C:\Windows>\AllFiles\Volumes\Data\CSP\I. SFC\I. SFC ./amtp_adm.exe ./0.aas 1>output.txt