Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Log not being created on Windows 10 from Command Line
#1

I have created a batch file, that I keep on a USB stick.  if I run it on a Windows 10 machine, the log files are not being created, however they do appear to be getting created on a Windows 7 machine.

I have a subdirectory "logs" in the folder where the SIW.EXE file and the batch file are located

my batch file:
Code:
cls
@echo off
set /p name= Enter PCID Name:
echo Reading Data, Please wait...
siw.exe /log:csv=logs\%name%_siw.txt /ftp=ftp.mysite.com /ftpUser=ftpuser /ftpPass=ftpuser /silent /s:1073741825 /h:1185739
is anyone else experiencing this?
Reply


Messages In This Thread
Log not being created on Windows 10 from Command Line - by mtsoule - 10-18-2017, 11:14 AM
RE: Log not being created on Windows 10 from Command Line - by gtopala - 10-18-2017, 01:03 PM
RE: Log not being created on Windows 10 from Command Line - by mtsoule - 10-18-2017, 01:23 PM
RE: Log not being created on Windows 10 from Command Line - by gtopala - 10-18-2017, 01:33 PM



Users browsing this thread: 1 Guest(s)