Jump to content

Heyo!
 

I work in IT for a company that basically hires new people every single week. We have to install a loadset and configure a computer for each new hire, and since there's a whole lot of things that needs to be done on each computer, this often takes up a lot of time.

Basically, what I'm wondering is if it's possible to launch a .bat file automatically by scanning a barcode with a barcode scanner connected to the PC?

Any information regarding this would be greatly appreciated!

Link to post
Share on other sites

I'm guessing this is so you can scan something and the computer runs a setup script?

 

I think barcode scanners interface through a virtual serial port, but you'd have to make something custom to read it and run the appropriate file.

Link to post
Share on other sites

54 minutes ago, M.Yurizaki said:

I'm guessing this is so you can scan something and the computer runs a setup script?

 

I think barcode scanners interface through a virtual serial port, but you'd have to make something custom to read it and run the appropriate file.

Yeah, generate a barcode with some info that when scanned can launch a .bat file.

I guess some custom software is needed. Sadly I only know Powershell, and I'm not sure I can do it with that.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×