Getting Data In

scripted input batch script cant access files in same dir

rlourenco
Engager

Hi,

My Windows batch script executes a bin file and uses a text file to hold the state of the last execution, all the necessary files are in the same directory. When I test it from the command line it works fine, but when the script handler runs it it can't read any of the files.
I placed my files in "C:\Program Files\Splunk\bin\scripts\customdir".
Can anyone help me out?

Thanks for any help,

Rui

Tags (1)
0 Karma
1 Solution

Ayn
Legend

The scripts don't run with the script's directory as the working directory. I don't remember which directory is used on Windows (maybe %TEMP%?) but running cd in your script and check what it outputs should give you the answer you need to that question.

View solution in original post

Ayn
Legend

The scripts don't run with the script's directory as the working directory. I don't remember which directory is used on Windows (maybe %TEMP%?) but running cd in your script and check what it outputs should give you the answer you need to that question.

Ayn
Legend

Awesome! Could you please mark my answer as accepted? Thanks!

0 Karma

rlourenco
Engager

Thanks! I didn't think of doing that!

Running "@echo Current dir %CD%" showed it was running under C:\WINDOWS\system32, so then I added a CD to the beginning of my script to change to the working directory.

Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...