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!

Stay Connected: Your Guide to July Tech Talks, Office Hours, and Webinars!

What are Community Office Hours?Community Office Hours is an interactive 60-minute Zoom series where ...

Updated Data Type Articles, Anniversary Celebrations, and More on Splunk Lantern

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

A Prelude to .conf25: Your Guide to Splunk University

Heading to Boston this September for .conf25? Get a jumpstart by arriving a few days early for Splunk ...